Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Requires markup, yes. Cross-Browser compatible, yes. Requires images, no.
0
1055
posted 15 years ago by vagrantradio
jQuery Ajax function to load xml data into a table and add class to even rows for striping.
1
2108
posted 15 years ago by vagrantradio
This little guy will make Internet Explorer 6 crash and close.
0
1146
posted 15 years ago by vagrantradio
Thanks to Jennifer Zelazny
You can see complete post in http://www.sandboxdev.com/blog/wordpress/178/remove-private-from-wordpress-titles/comment-page-2/#comment-16447
Add the following code into functions.php file (within theme directory)
0
1427
posted 15 years ago by vigoncas
This line of code will remove the border of an ActionScript 2 TextArea component.
0
1506
posted 15 years ago by adrianparr
Suppose you have a login form and you want to send the form when user press enter on his keyboard and not only by clicking on the submit button.
This can be achieved capturing a specific event when the user is typing. We have to capture the keypress...
1
1928
posted 15 years ago by ginoplusio
Grant Skinner's RegExr: Online Regular Expression Testing Tool is very handy for checking your regular expressions.
http://www.gskinner.com/RegExr/
0
2302
posted 15 years ago by adrianparr
Because htmlentities just doesn't cut it.
Recently needed this to work with 3rd part software, ended up having to make it pretty robust so thought I'd share!
0
989
posted 15 years ago by dom111
Passing values between ASP.NET and JavaScript code is messy...
0
1192
posted 15 years ago by streamt