Welcome To Snipplr
Everyone's Recent jQuery Snippets Tagged jquery
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Learn how to track outgoing links in Google Analytics with jQuery.
2
1247
posted 14 years ago by neal_grosskopf
jQuery
js - jQuery - jQueryLoader - check if $ is undefined, then load jquery with pure javascript if needed
0
1311
posted 14 years ago by brandonjp
This is a simple way to scroll to the top of the page, when an anchor tag has been clicked. Note that we must "return false," in order to disable the default browser action.
1
1756
posted 15 years ago by Nettuts
If you are working on apps development to adapt on different sites that you don't have access to them, and need to load Jquery, but don't wanna load it twice this will help you !
3
1227
posted 15 years ago by crispunk
forms part of our Calibre Remote. an alternate gui for calibre ebooks content-server.
0
778
posted 15 years ago by minky
## PWToggleAttr
This jQuery Plugin allows you to toggle an attribute on/off on an element. e.g. the disabled element of an input. Examples and such are available on http://www.pixaweb.co.uk/resources
0
1032
posted 15 years ago by minky
## PWDefaultValue
This jQuery Plugin allows you to set a label-like default value on an input which is toggled depending on whether the user has entered any content into the input element. Examples and such are available on http://www.pixaweb.co.u...
0
1057
posted 15 years ago by minky
## PWFilter
This jQuery Plugin allows you to filter a group of elements based on an attribute via an input element (a live search almost). Examples and such available on http://www.pixaweb.co.uk/resources
0
964
posted 15 years ago by minky
jQuery
Automatically create drop-down menu with links to the list items at the beginning of long lists
The name of the link should be in strong (or you may change this in the script)
0
1425
posted 15 years ago by certainlyakey
// Taken from :
// http://www.west-wind.com/weblog/posts/42319.aspx
0
870
posted 15 years ago by delikassap
jQuery has a built in method that allows developers to store information inside elements. Learn how to use the .data() method and view some examples of how this can be used.
1
1078
posted 15 years ago by neal_grosskopf