Welcome To Snipplr
Everyone's Recent JavaScript Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
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
1103
posted 15 years ago by jonkemp
Extremely simple random image when using similar naming structure and a set number of images (eg. imagePrefix_1,jpg, imagePrefix_2,jpg, etc.)
0
877
posted 15 years ago by d55beck
This is a script [tweeted by @gregmuellegger](http://twitter.com/gregmuellegger/status/16618146398). Example usage: Supports f("Hello %s.", ["World"]) and f("Hello %(name)s.", {name: "World"})
0
1249
posted 15 years ago by glends
If you need to sort an array in javascript this is how it should be done. Casting toLowerCase() is optional but but necessary if fx "Anne" was spelled "anne"
0
1102
posted 15 years ago by fengelz
[via rtcrm]
CSS Browser Selector is a very small javascript with just one line and less than 1kb which empower CSS selectors. It gives you the ability to write specific CSS code for each operating system and each browser.
2
1149
posted 15 years ago by mennyj
[via rtcrm]
Since HTML5 is getting [more](http://www.brucelawson.co.uk/tests/html5-elements.html) [attention](http://adactio.com/journal/1540/) by way of marking up our new pages, and the only way to get IE to acknowledge the new elements, such as...
0
1050
posted 15 years ago by mennyj
ПодÑкажите готовый Ñкрипт Ñкроллинга картинки:
еÑть Ð±Ð¾Ð»ÑŒÑˆÐ°Ñ ÐºÐ°Ñ€Ñ‚Ð¸Ð½ÐºÐ° по ширине.
Ðачинаем веÑти курÑор вправа - двигаетÑÑ Ð²Ð¿Ñ€Ð°Ð²Ð¾. Чем б...
0
880
posted 15 years ago by stancox
I frequently pass an array of elements from an HTML form to PHP, normally a list of checkboxes for removing database records. This will loop through an array of checkbox's with the same name & build a delimited string from the checked values. Afte...
0
1019
posted 15 years ago by verostudios
based on [http://net.tutsplus.com/tutorials/javascript-ajax/create-a-simple-powerful-product-highlighter-with-mootools/](http://net.tutsplus.com/tutorials/javascript-ajax/create-a-simple-powerful-product-highlighter-with-mootools/)
0
848
posted 15 years ago by cfleschhut
converts date/time that sharepoint kicks out to m/d/y format.
0
1105
posted 15 years ago by rumremix
This is the correct markup for an inline script tag for HTML 4.01 and XHTML 1.0
Note the lack of any "language" attribute since this is deprecated.
In HTML 4, the content type is declared as CDATA, which means that entities will not be parsed....
0
1289
posted 15 years ago by PapillonUK