A best shorten way for $(document).ready() is using
1: $(function() {
2: //Do something here
3: });
Categories:
jQuery
Sharing the Knowledge about programming with jQuery, Java, ASP.NET, PHP, C# ......
1: $(function() {
2: //Do something here
3: });
0 comments:
Post a Comment