Personal Knowledge Base
Tuesday, November 1, 2011
three style add a event in query
1) $(document).ready(
fucntion(){....}
);
2) $().ready(
function(){...}
);
3)$(function(){...});
in query
$(document)
equals
$()
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment