Welcome To Snipplr
Everyone's Recent Snippets Tagged jquery
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
http://net.tutsplus.com/tutorials/javascript-ajax/quick-tip-display-elements-sequentially-with-jquery/
0
714
posted 13 years ago by alyssonweb
Simply run the function when the document has loaded and specify setDefault to true.
0
744
posted 13 years ago by digitalclubb
The most annoying thing I find working with the strict doctype is the inability to send users off to a site in a new window.
To combat this, I always use the above snippet.
Some people just stick the attribute on the anchors when the page loads...
0
813
posted 13 years ago by digitalclubb
This extends jQuery.is() so now you can use if ($(element).is())
0
692
posted 13 years ago by digitalclubb
Great way to check if a node exists before running a piece of code.
2
863
posted 13 years ago by digitalclubb
This is some very basic jQuery to post from a comment form on a website. I would probably change the .click to .bind("click",) and for different sites I add a success message. This code works with a basic form with text inputs named #name and #email...
3
898
posted 13 years ago by creativeboulder
this thing works except of course for IE which makes the bold text make a little jump like effect in the end. If anyone has a solution please let me know :)
cheers!
Johanna
0
657
posted 13 years ago by epictree
Simple jQuery script to display Twitter trending stories of your website and their Twitter trackbacks by combining 2 of my jQuery plugins - Popular on Twitter Widget & Twitter Trackbacks Widget.
[Read more](http://www.moretechtips.net/2010/10/combin...
1
647
posted 13 years ago by mikemore
This is a customized jQuery drop down menu that displays sub-menus upon hover with delay before returning to active tab.
0
844
posted 13 years ago by allproweb