Welcome To Snipplr
Everyone's Recent Snippets Tagged jquery
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
There are a lot of 'starters' out there but I wanted one with all the things I use to start a new project. I find it easier to remove lines I don't need than to hunt and peck for each item...this also makes the starter serve as a sort of 'checklist'...
2
1268
posted 15 years ago by mahalie
When you click on the text box the default value (such as "write here") disappears and you can type in. On blur if the textbox is empty it will appear the default value again.
1
837
posted 15 years ago by ginoplusio
Very simple example of pulling in a JSON feed from Yahoo pipes using jQuery.
0
1213
posted 15 years ago by 1man
First value takes empty input values and adds 'Enter Value'.<br>
Second snippet removes 'Enter Value' when input is focused.<br>
Third snippet re-adds 'Enter Value' if the value is left blank.
2
982
posted 15 years ago by smoothdzion
Returning a boolean inside of jQuery's $.each() function will only break the loop. To get a return value, you can convert the jQuery object to array and use a regular for loop in javascript.
0
1011
posted 15 years ago by jasonseney
Just the bare essentials needed to produce a jQuery.Cycle.Lite powered image sequence...make sure you adjust paths according to your needs!
1
604
posted 15 years ago by inthewayboy
(I am not the author of this script. I suppose the homepage of the author is the following: [http://iyoremo.com/](http://iyoremo.com/))
1
632
posted 15 years ago by AzizLight
This is just a basic jQuery crossfade plugin. Should be executed on a list object (ul or ol) because it does specifically look for the li children. The plugin, as implemented, has two options, speed and pause. Speed being the speed at which the top i...
0
645
posted 15 years ago by jdfwarrior
Rails
will_paginate with jquery ajax / поÑтаничный вывод в Rails Ñ will_paginate и Jquery
0
1083
posted 15 years ago by almazom
Allows for delay functionality in effects, etc.
$("#navpanel").delay(2000).animate({top:"-250px"}, {easing:"swing"});
2
873
posted 15 years ago by ninjamuk