2007-12-24

jquery demo

关键字: jquery
1.当把鼠标放在li对象上面和移开时进行样式切换,但只在list的最后一个element上生效 htm: <div id="orderedlist"> <li>11111</li> <li>22222</li><li>33333</li> </div> js: $(document).ready(function() { $("#orderedlist li:last").hover(function() { $(this).addClass("green"); }, function() { $(this).removeClass ...
2007-12-24

jQuery中文入门指南

关键字: jquery
jQuery中文入门指南,翻译加实例,jQuery的起点教程 中文版译者:Keel http://www.k99k.com/jQuery_getting_started.html 此文以实例为基础一步步说明了jQuery的工作方式。现以中文翻译(添加我的补充说明)如下。如有相关意见或建议请麻烦到我的 BLOG 写个回复或者 EMAIL 告知。 英文原版:http://jquery.bassistance.de/jquery-getting-started.html ,感谢原文作者 Jörn Zaefferer 本文发布已征求原作者同意。 另外我认为在学习过程中,有两 ...
zfms
搜索本博客
存档
最新评论