Super easy search and replace using Jquery
var str = "find now string here..."; str.split('find').join('replace with this');
Super easy search and replace using Jquery
var str = "find now string here..."; str.split('find').join('replace with this');