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
2584
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
1261
posted 16 years ago by alvincrespo
Use /* <![CDATA[ */ to make validators ignore the javascript code.
0
3199
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
1640
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
1558
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
1206
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
1327
posted 16 years ago by eternicode
Add a classname of js to the document body to style browsers with javascript enabled differently
1
1472
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
1778
posted 16 years ago by jaff
Just a simple snippet on how to reverse a string using a for loop.
0
1388
posted 16 years ago by alvincrespo
Adds a functioning counter and maxlength to fckeditor textareas
0
2505
posted 16 years ago by vagrantradio
finds a specific attribute in an iFrame and loads it to another div on page.
1
1803
posted 16 years ago by vagrantradio