2011-01-08
jQuery 文本框操作
$(#email).click(function(event){if($(#email).attr(value)==Email){$(#email).attr(value,)}});$(#password).click(function(event){if($(#password).attr(type)==text){$(#password).remove();$(#pass).html(<... 查看详细