Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

jquery remove multiple words from string

$("#Number").each(function() {
    $(this).html($(this).html().replace('find1', 'replace1').replace('find2', 'replace2'));
});
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #jquery #remove #multiple #words #string
ADD COMMENT
Topic
Name
5+3 =