Welcome To Snipplr
Everyone's Recent Snippets Tagged jquery
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
JavaScript
Advanced use of jQuery cookie plugin to show/hide a notice, includes changing the HTML text of the link
0
1230
posted 14 years ago by phil7085
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
977
posted 14 years ago by crispunk
This requires jQuery. The script checks to see if default text is present in a text field on focus. If it is, then it clears the text. Otherwise, it leaves user entered text intact. This is normally used for a search box.
0
831
posted 14 years ago by jonkemp
blank xhtml template from NetBeans 6,9 with load all google AJAX Libraries API
2
1186
posted 14 years ago by knedle
forms part of our Calibre Remote. an alternate gui for calibre ebooks content-server.
0
591
posted 14 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
794
posted 14 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
826
posted 14 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
759
posted 14 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
1190
posted 14 years ago by certainlyakey
// Taken from :
// http://www.west-wind.com/weblog/posts/42319.aspx
0
672
posted 14 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
815
posted 14 years ago by neal_grosskopf
Makes same-page links scroll smoothly instead of jumping around the page.
2
735
posted 14 years ago by zachdunn