Hi All,
I Want to replace ' with || in a string ,
Could let me know how i can achive this in jquery.
Regards
Shehzad
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Prabu RPosted Dec 27, 2012, 1:03 AM
newvalue= oldvalue.replace(/'/g,"||");
ShehzadPosted Jan 28, 2013, 4:58 AM