Welcome To Snipplr
Everyone's Recent Snippets Tagged javascript
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
NOTE: THIS HAS BEEN MOVED TO GITHUB:
If you have any ideas or improvements for this script feel free to fork or contribute or discuss over there:
https://github.com/adamcoulombe/jquery.customSelect
Plugin Download: http://www.adamcoulombe.info...
2
3027
posted 16 years ago by adamcoulombe
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
1575
posted 16 years ago by alvincrespo
Use /* <![CDATA[ */ to make validators ignore the javascript code.
0
3587
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
1952
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
1893
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
1511
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
1631
posted 16 years ago by eternicode
Add a classname of js to the document body to style browsers with javascript enabled differently
1
1818
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
2136
posted 16 years ago by jaff
Just a simple snippet on how to reverse a string using a for loop.
0
1696
posted 16 years ago by alvincrespo
Adds a functioning counter and maxlength to fckeditor textareas
0
2770
posted 16 years ago by vagrantradio
finds a specific attribute in an iFrame and loads it to another div on page.
1
2129
posted 16 years ago by vagrantradio