官方jquery网站"http://jquery.com".jquery类库.别人写好的东东,我只需要拿来好好用.
$('.poemstanza').addClass('emphasized');
$(document).ready(emphasizePoemStanzas);貌似可以避免onload的缺点..
onload这个方法有一些缺点,我们修改 HTML 本身来改变这个行为。这个紧密的结构和函数
混乱了代码,可 以在许多不同的页面重复调用这个相同的函数,或者在其它事件如在页面上
每个元素的实例进行鼠标单击。在 两个不同的地方加入一个新的行为会需要进行循环,增加
了产生错误的机会,并且使得设计师和程序员并行工作复杂化了。
A tag name: $('p') gets all paragraphs in the document.
An ID: $('#someid')
gets the single element in the document that has the corresponding someid
相关资源:敏捷开发V1.0.pptx