Welcome To Snipplr


Everyone's Recent Snippets



1 ... 457 458 459 460 461 ... 554
retrieve only one value from the query
0 1010 posted 16 years ago by ginoplusio
Escape all special regex characters (.*+?|()[]{}\) from a string. Useful when dynamically building a Regular Expression object based on input text that could hold regex characters.
2 1698 posted 16 years ago by kouphax
similar to php ereg_replace. You can pass this pattern [^A-Za-z0-9] and "" to remove from string non alphanumerical chars: s = ereg_replace("[^A-Za-z0-9]","",s) I use this function to clean input fields...
0 1355 posted 16 years ago by ginoplusio
US phone with or without parentheses
1 1119 posted 16 years ago by binarynomad
Search for Social Security Numbers
1 1019 posted 16 years ago by binarynomad
Based on templates by luxuryluke and Kevin Hale. Basic XHTML 1.0 layout which includes basic layout structure and is prepared for jQuery. On load a 'js' class is added to the root element in order to nicely handle graceful degradation if JS is dis...
8 1626 posted 16 years ago by nighthawk
0 1032 posted 16 years ago by garretjames
Thanks to Matt Farina This snippet is useful for preloading content with media that has been received via an AJAX request. For simple preloading of known images, see similar snippet.
6 1309 posted 16 years ago by nighthawk
Thanks to Matt Farina Also see similar snippet for preloading arbitrary content, e.g. media in content received via AJAX.
14 1470 posted 16 years ago by nighthawk
0 958 posted 16 years ago by iTony
0 1313 posted 16 years ago by crishnakh
I copied this from my working example and tweaked some lines to make it generic. Thus there MAY be a typo which I haven't checked for, but probably not. This is what's needed to have something change upon selection of an item in a ComboBox.
0 1347 posted 16 years ago by Winkyboy
0 1122 posted 16 years ago by goo
0 1588 posted 16 years ago by Wardy
This code, when placed at the end of the body tag will set focus on the first visible enabled element on the screen. It considers visibility as well as all forms on-screen
0 1024 posted 16 years ago by kouphax
Secure, Advanced, Better, Faster... function for remove/strip tags(Anti-XSS).
2 1849 posted 16 years ago by YPY
0 748 posted 16 years ago by haru01
0 1028 posted 16 years ago by haru01
0 1243 posted 16 years ago by ginoplusio
You will need to download a few things to easily create rounded corners. They are jQuery (http://jquery.com/) and the jQuery rounded corners plug-in (http://www.malsup.com/jquery/corner/).
14 1529 posted 16 years ago by chrisaiv
I needed a quick way to unescape a URL Encoded string. I found 2 chill ways
2 1154 posted 16 years ago by chrisaiv
This is a CS3/AS2 Flash file containing a simple particle system. It requires the use of MC Tween (http://hosted.zeh.com.br/mctween/).
0 1225 posted 16 years ago by Winkyboy
1 ... 457 458 459 460 461 ... 554