Find/Modify Specific Text

Javascript 1 มิ.ย. 2012

$(“#main-div”).html(function(i,text){
return text.replace(“keyword”, function(match){
return ‘‘ + match + ‘‘;
});
});

แท็ก

Onyx

Just a middle-aged programmer, Can do many things but not the most.