Using jQuery you can search and highlight text within a div from array of elements and wrap a highlight span around each word.
<script type="text/javascript">
var regex = /(Rubbish|Like|Rough|Raw|Doggie|Billy)/ig;
$('#divID').each(function() {
var $this = $(this);
var text = $this.text();
if (regex.test(text)) {
$this.html(
$this.html().replace(regex, '<span>$1</span>')
);
}
});
</script> The management of a property isn't solely the process of collecting rental. It also involves…
Development and progression are not only essential but often one of the main goals of…
People usually stumble onto the 461 visa when they realise there’s no simple way to…
When you run a brick-and-mortar retail store, you encounter an array of customer personalities. From…
In today’s digital era, people look for convenience, transparency, and genuine rewards from their financial…
If you are planning to start a lighting business and looking for a supplier of…