Welcome To Snipplr
Everyone's Recent Snippets Tagged jquery
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
A template of a basic jQuery plugin, including over-ridable options
3
882
posted 14 years ago by nikefido
A small plugin that you can use in the jQuery chain to delay the next in queue. For those using a jQuery library pre 1.4 (v1.4 + has .delay() ).
$('.notice').fadeIn().idle(2000).fadeOut('slow');
0
722
posted 14 years ago by Meander365
A snippet setup to grab an XML file, parse it, and return the data contained within.
2
716
posted 14 years ago by joshharbaugh
requires that a pulldown \\\"program1\\\" in form \\\"freshmen\\\" be set to anything but the first value in the option list. \\r\\n\\r\\nrequires jquery validate: http://docs.jquery.com/Plugins/Validation
1
848
posted 14 years ago by dan_hoerr
Hijack (Ajack?) links within an element so instead of booting you to a fresh page it loads the information to a specified DIV.
If you have any suggestions on how to make it better then let me know
5
1068
posted 14 years ago by reynish
Display a default value in a text field that disappears on focus and reappears on blur **if** the field is blank.
0
560
posted 14 years ago by prsjohnny
I found this really useful when using AJAX that will change database. Preventing the user to re-do the action is not the best way but it still is a little unobtrusive to the user as it lets him navigate the page and know what is going on.
2
1042
posted 14 years ago by verhaeg
this shows you how to use localStorage to have a page remember content that has been edited with the html5 attribute, contenteditble
0
813
posted 14 years ago by adriamooney
Incredibly useful. Great when you need to remove and add options to selectboxes.
0
975
posted 14 years ago by Meander365
jQuery
jQuery dynamic loader - load jquery using pure js javascript if jQ is undefined or does not exist
0
1017
posted 14 years ago by brandonjp
jQuery
js javascript browser language detection, get the user\'s browser\'s language preference setting using jquery to detect users br
JQ - detect users browser language using http headers via ajax jsonp ajaxhttpheaders
1
2844
posted 14 years ago by brandonjp
Learn how to track outgoing links in Google Analytics with jQuery.
2
1016
posted 14 years ago by neal_grosskopf