/ Published in: jQuery
Expand |
Embed | Plain Text
var containsAppleStuff = $("body").html().search(new RegExp("apple|mac", "i")); if(0 < containsAppleStuff) { $("body").css('display','none'); }
You need to login to post a comment.
