jq 26个使用技巧(转载)

来源:互联网 发布:java输出星号金字塔 编辑:程序博客网 时间:2024/06/04 18:25

The use of the jQuery library is growing and growing(just released jQuery 1.4), more and more people are using this useful javascript library. This means that more and more useful jQuery tips, tricks and solutions are coming available. That’s why i created a small list of 26 cool and useful jQuery tips, tricks and solutions.



1. 禁用右键点击(Disable right-click)

[javascript] view plaincopyprint?


2. 禁用搜索文本框(Disappearing search field text)

[javascript] view plaincopyprint?


3. 新窗口打开链接(Opening links in a new window)

[javascript] view plaincopyprint?


4. 检测浏览器(Detect browser)

[javascript] view plaincopyprint?  


5. 预加载图片(Preloading images)

[javascript] view plaincopyprint?


6. 样式筛选(CSS Style switcher)

[javascript] view plaincopyprint?


7. 列高度相同(Columns of equal height)

[javascript] view plaincopyprint?


8. 字体大小调整(Font resizing)

[javascript] view plaincopyprint?



9. 返回页面顶部(Smooth(animated) page scroll)

[javascript] view plaincopyprint?



11. 获取鼠标的xy坐标(Get the mouse cursor x and y axis)

[javascript] view plaincopyprint?



12. 验证元素是否为空(Verify if an Element is empty)

[javascript] view plaincopyprint?

13. 替换元素(Replace a element)

[javascript] view plaincopyprint?

14. 延迟加载(jQuery timer callback functions)

[javascript] view plaincopyprint?

15. 移除单词(Remove a word)

[javascript] view plaincopyprint?

16. 验证元素是否存在(Verify that an element exists in jQuery)

[javascript] view plaincopyprint?

17. 使整个DIV可点击(Make the entire DIV clickable)

[javascript] view plaincopyprint?

18. id和class切换(Switch between classes or id’s when resizing the window)

[javascript] view plaincopyprint?


19. 克隆对象(Clone a object)

[javascript] view plaincopyprint?


20. 使元素居中屏幕(Center an element on the screen)

[javascript] view plaincopyprint?


21. 自定义选择器(Write our own selector)

[javascript] view plaincopyprint?


22. 统计元素个数(Count a element)

[javascript] view plaincopyprint? 


23. 自定义Bullets(Use Your Own Bullets)

[javascript] view plaincopyprint?


24. 引用google分发的jQuery(Let Google host jQuery for you)

[javascript] view plaincopyprint?


25. 禁用jQuery动画(Disable jQuery animations)

[javascript] view plaincopyprint?


26. 防止不兼容冲突(No conflict-mode)

[javascript] view plaincopyprint? 


jquery 速查表:





参考推荐:
jQuery
jQuery UI
14 days of jQuery
Learning jQuery
Cheatsheet jQuery 1.1.3
Improve your jQuery – 25 excellent tips
原创粉丝点击