How jQuery Beginners can Test and Improve their Code

jQuery’s arrival has made the process writing JavaScript laughably easy. But, you’ll notice that making small changes to your code improves the readability and/or performance significantly. Here are some tips to get you on your way to optimizing your code. Setting up the Platform We’ll need a solid platform to conduct our tests. Here is the HTML markup for the test page in which we’ll be running all our tests:   Some text here   Oh, hello there!     console.profi

Published at 4 months ago

简单全面jquery选择器例子

基本选择器 $("#myELement")选择id值等于myElement的元素,id值不能重

Published at 5 months ago

通过缓存变量避免多次使用选择器来提升jQuery效率的函数

最近改版寂静小站2.1,主要以Ajax为主,在进行过程中发现有很多DOM元素需要经常使用,而如果简单的通过jQuery

Published at 5 months ago

几款最新的jQuery特效展示

 围剿 Flash 的不仅有 HTML 5,还有 JavaScript,著名的 JavaScript 框架

Published at 6 months ago

10个最佳jQuery Lightbox效果插件收集

大家都很喜欢Lightbox弹框效果,这种效果在很多地方都很有用。而原始的Lightbox脚本已经被无数次的克隆到了所

Published at 7 months ago

利用CSS和jQuery创建一个屏幕键盘

有时候利用我们所知的程序语言来制造一些快乐,看看我们能做出些什么东西来是很有趣的事情。我想用CSS来创建一个小巧的屏幕键盘

Published at 7 months ago

jQuery性能优化指南

原文作者:artzstudio 原文链接:jQuery Performance Rules 译者:Rlog 现在jqu

Published at 7 months ago
1 - 7 of 7 First | < Prev | Next > | Last