Welcome To Snipplr
Everyone's Recent JavaScript Snippets Tagged javascript
- 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
1290
posted 15 years ago by cfleschhut
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
1110
posted 15 years ago by alvincrespo
Use /* <![CDATA[ */ to make validators ignore the javascript code.
0
2992
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
1470
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
1388
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
1058
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
1186
posted 15 years ago by eternicode
Add a classname of js to the document body to style browsers with javascript enabled differently
1
1333
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
1631
posted 15 years ago by jaff
Just a simple snippet on how to reverse a string using a for loop.
0
1220
posted 15 years ago by alvincrespo
Adds a functioning counter and maxlength to fckeditor textareas
0
2366
posted 15 years ago by vagrantradio