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
914
posted 15 years ago by cfleschhut
A simple JSON request to validate a captcha control (using the php plugin provided by Recaptcha)
0
928
posted 15 years ago by stephanepericat
Avoid *.js upload confusions. Use http://code.google.com/apis/ajaxlibs/
0
904
posted 15 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
795
posted 15 years ago by alvincrespo
Use /* <![CDATA[ */ to make validators ignore the javascript code.
0
1273
posted 15 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
1115
posted 15 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
1034
posted 15 years ago by alvincrespo
A more useful version of `typeof` and functions to test if a parameter is of a specified type.
0
782
posted 15 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
842
posted 15 years ago by eternicode
Add a classname of js to the document body to style browsers with javascript enabled differently
1
990
posted 15 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
1282
posted 15 years ago by jaff