Welcome To Snipplr
Everyone's Recent jQuery Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This is a very useful piece of code (html, css, jquery) to have a nice animated floating menu on your page. I totally love it.
I used it with jquery 1.3.2 and up
3
874
posted 14 years ago by e11world
This one worked for me and I thought I'd share it with the rest of you!
2
1135
posted 14 years ago by e11world
Add rel="external" on link you would like to open in a new window
1
762
posted 14 years ago by gerhardsletten
First: clicking on a table row forwards you to the URL given in the first As href attribute. ------ Second: clicking on a link inside the row triggers the default action **AND** a click event on the table row. This needs to be stopped, so the default...
2
870
posted 14 years ago by theOtherOne
I know there are other solutions and sites out there that provide code to perform this simple animation but I like the way I laid out the code. The principal behind this code is it will toggle a show or hide event and change your plus or minus image...
1
877
posted 14 years ago by mattvbiggs
<p>This snippet could be used when a text input has a default value. Thus, when user clicks on the input to write, the default value disappears and allows the user to write, but if the user does not type anything, the default value will appears again...
1
822
posted 14 years ago by andres_314
very minimal way to get the value and text of a combo box using jquery
1
723
posted 14 years ago by blipz
This is quick code that demonstrates the usage of Microsoft's jQuery templating plugin.
8
1112
posted 14 years ago by Nettuts
**Important: this snipplet has moved to Github.**
- [Method 1: Static template via a SCRIPT tag, using Jquery Templates](https://gist.github.com/1972787)
- [Method 2: Dynamic template from an arbitrary string, using Jquery Templates](https://...
1
822
posted 14 years ago by wildpeaks
This code can be used to create a MVC View User Control (.ascx) that will display a cascade or select all button with a clear button for checkboxes arranged in a hierarchy.
1
840
posted 14 years ago by mattvbiggs