Welcome To Snipplr
Everyone's Recent JavaScript Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
adapted from:
[http://aktuell.de.selfhtml.org/artikel/javascript/fader-framework/bilderslideshow.htm](http://aktuell.de.selfhtml.org/artikel/javascript/fader-framework/bilderslideshow.htm)
0
1844
posted 16 years ago by cfleschhut
A simple JSON request to validate a captcha control (using the php plugin provided by Recaptcha)
0
1834
posted 16 years ago by stephanepericat
Avoid *.js upload confusions. Use http://code.google.com/apis/ajaxlibs/
0
1758
posted 16 years ago by ialexs
These are essential javascript techniques every javascriptr must know. I will be adding more to this list, let me know what you'd like to see. Thanks!
0
1644
posted 16 years ago by alvincrespo
Use /* <![CDATA[ */ to make validators ignore the javascript code.
0
3688
posted 16 years ago by jaff
Just thought id put up a version of my form validation class. It will be expanded in the future but I thought Id let everyone have a look.
# Update 0.1 #
* Create Error List Function
* Validate Email Address Function
* Valida...
0
2033
posted 16 years ago by alvincrespo
This is a simple example of OOP in Javascript, based off the highly popular Javascript "The Definitive Guide" book by David Flanagan. I will be expanding this example in the future, let me know what you'd like to see. Thanks!
Note: You must have...
0
1970
posted 16 years ago by alvincrespo
A more useful version of `typeof` and functions to test if a parameter is of a specified type.
0
1583
posted 16 years ago by wizard04
If you just use a `<script>` element in the overlay, the browser toolbars are reset to their default configuration (at least with jQ 1.3.2).
0
1714
posted 16 years ago by eternicode
Add a classname of js to the document body to style browsers with javascript enabled differently
1
1929
posted 16 years ago by lwcooper
JavaScript
jQuery LimitCharWidth: Allows you to collapse the inner text so that it adjust into specific width.
This plugin allows you to collapse the inner text so that it adjust into specific width or container width.
1
2233
posted 16 years ago by jaff