Hi ..
I have an idea to replace some charactor by another one in web pages by JavaScript.
I want now to replace the each digite number (1, 2, 3 ...) by Unicode codes like:if I used the previous code it will replace the Unicode code numbers.Code:ל ; ӄ ; Ұ ; Ҳ ; ҳ ; ..etc.
I can do this simply in PHP language functions like str_replace() but it's a server-side language, I want a cleint-side method by JavaScript.
Also I need a cross-browser code using DOM.
Can any JavaScript professional help me ?



Reply With Quote
Bookmarks