Welcome To Snipplr


Everyone's Recent jQuery Snippets



1 ... 26 27 28 29 30 Next »
Learn how to place a DIV in the exact middle of the screen using this JQuery horizontal & vertical align plugin.
6 745 posted 15 years ago by neal_grosskopf
Converts a standard select box to a clickable image thumbnail list. <code> &lt;select&gt; &lt;option&gt;/images/test1.jpg&lt;/option&gt; &lt;option&gt;/images/test2.jpg&lt;/option&gt; &lt;/select&gt; &lt;script&gt; $('#image').imageSelect();...
1 674 posted 15 years ago by ping_ch
Learn how to display the total number of Feedburner subscribers next to your 'subscribe' icon on your web site.
2 849 posted 15 years ago by neal_grosskopf
Here's a simple example of how to parse RSS feeds using jQuery. You will need jFeed (http://www.hovinne.com/blog/index.php/2007/07/15/132-jfeed-jquery-rss-atom-feed-parser-plugin) and a bit of help from PHP (http://snipplr.com/view/12467/php-capture...
8 861 posted 15 years ago by chrisaiv
Learn how to retrieve a specific url's total number of Diggs using JQuery, ASP and the Digg API.
2 1757 posted 15 years ago by neal_grosskopf
Find out how to retrieve a count of the total times users have bookmarked your web site or web page on Delicious by using JQuery and JSON. The code is pretty simple and can be done in under 18 lines of code.
1 920 posted 15 years ago by neal_grosskopf
Removed a certain word from a list of links (purely for design reasons). Link length way to long with the link included.
1 1001 posted 15 years ago by 1man
This is a bit of jQuery within a PHP function that you can dump into your Thesis custom_functions.php file to hide comments upon page load and add a link to show them.
2 580 posted 15 years ago by kristarella
Just so I remember the next time..
1 759 posted 15 years ago by stavelin
Here is a basic example as to how to set up an Ajax request.
4 1109 posted 15 years ago by chrisaiv
21 3902 posted 15 years ago by garside
This little piece of code will convert to US phone format, as typed. Eg, As the number "0000000000" was typed, it would convert it to (000)-000-0000.
6 3265 posted 15 years ago by xtheonex
Simple snippet to return the keys of an object.
1 805 posted 15 years ago by garside
If you have a lot of javascript you need to load to make your page work, but don't want to load all of it before the user sees your page, you can use this handy script to backload it all.
4 748 posted 15 years ago by garside
A simple but powerful interface for allowing firebug access functions in the jQuery chain. See the link above to check out the functions it accepts.
8 870 posted 15 years ago by garside
1 ... 26 27 28 29 30 Next »