- javascript:var%20s=document.createElement('script');s.setAttribute('src',%20'http://jquery.com/src/jquery-latest.js');document.getElementsByTagName('body')[0].appendChild(s);void(s); var needle= prompt("WHAT IS MY NEEDLE"); void($("td.reply").each(function() {cid=$(this).attr('id'); testn=cid.substring(cid.length-needle.length); if (needle == testn) {$(this).css('background-color', '#0f0')}}));