/ Published in: JavaScript
Expand |
Embed | Plain Text
$(document).ready(function(){ $('.normal').focus(function() { //alert("calling") $(this).removeClass("itl"); }); $('.normal').blur(function() { $(this).addClass("itl"); }); });
You need to login to post a comment.
