读书人

26个JQuery应用小技巧

发布时间: 2012-09-20 09:36:50 作者: rapoo

26个JQuery使用小技巧

http://www.opensourcehunter.com/2010/02/27/26-cool-and-usefull-jquery-tips-tricks-solutions/

?

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.

??????? jQuery has a lot of very useful plugins? that can help you with almost anything, but there are a couple of plugins that aren’t that smart to use, why? Well sometimes 1 or 2 lines of jQuery code can do the same thing(or even better), so why use a big script if you can do the same trick with a small piece of code.

??????? As many of you already know, jQuery can do a lot of things in more than just one way, so if you see a tip, trick or solution and think/know this can be done better, smarter or faster please let me know, post and share it in a comment below of just email me this, so that i can use this for part 2.

● Disable right-click(禁止右键点击)
??????? Disable right-click contextual menu.

    $(document).ready(function()?{???????var?$jq?=?jQuery.noConflict();???????$jq('#id').show();?????});????

?

读书人网 >Web前端

热点推荐