摘要:
1.DOMContentLoadedRun JavaScript only when the DOM is loaded and ready (but before stylesheets are fully loaded)eg:to move elements to a different loc... 阅读全文
摘要:
1.$.ajax is the main method, allowing you to manually construct your AJAX request2.eg:gets some data from a servera function to be called when the dat... 阅读全文
摘要:
1.jQuery also makes performing actions on many elements at the same time simple2.eg:$('.note').css('background', 'red').height(100); $('.note') select... 阅读全文