|
Browse by Tags
All Tags » javascript » tag abuse is fun (RSS)
-
Always fun to see someone trying to "protect" things using Javascript like this. document.write(unescape("protected" string here)). Yawn.
-
[quote user="ActionMan"] Hasn't anyone heard of Prototype? It makes JavaScript 50 easy... var button = $('tdZipButton'); button && button.onclick = CheckZipClick; [/quote] I prefer jQuery . $('#tdZipButton').click(CheckZipClick) Although that's probably already...
Page 1 of 1 (2 items)
|
|
|