Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
see http://www.undolog.com/2009/08/21/impedire-la-propagazione-degli-eventi-con-jquery/ for detail
0
1933
posted 16 years ago by gfazioli
This version add a special class to avoid external link icon in specify link
1
2087
posted 16 years ago by gfazioli
This is an incomplete color spectrum because cos waves will not reach all the colors. For a proper graph refer to this wiki page http://en.wikipedia.org/wiki/HSL_color_space
1
1727
posted 16 years ago by forchid
/!\Notice: Change the ci_dir to wherever your ci folder is on line 3. /!\
Usage: ci [name of project]
Gives the project a name based on the current date if the user didn't provide one. Option to move the app directory outside of the system dire...
2
2298
posted 16 years ago by AzizLight
i know these regex stuff is rather slow, but still i like having slim documents. (don't forget to use gzip compression on all text docs)
3
2061
posted 16 years ago by iroybot
base css for flash 100% width min size that works in ff3+, safari3+, google chrome 1+
Remember to use a reset.css: the margin / padding of html and body must be zero.
1
1845
posted 17 years ago by mcarneiro
This regular expression will match almost all valid email addresses. Omits email addresses containing double-quotes and square brackets, which while valid according to [RFC 2822][rfc2822], are almost never used.
[rfc2822]: http://tools.ietf.org/ht...
2
2227
posted 17 years ago by chrisdpratt
To make the menu work in IE6 (which doesn't support the :hover pseudo element on anything but links and tables), the IE6-specific CSS calls on [Whatever:hover][whatever]. If using [Dean Edwards' IE7-js][IE7-js], this is unnecessary as his script fixe...
4
2275
posted 17 years ago by chrisdpratt
Functions to make using regular expressions a bit easier. They're named after the respective PHP function.
2
2307
posted 17 years ago by wizard04
Checks if an array has been initialized, even if it is a dynamic array.
1
2085
posted 17 years ago by wizard04
jQuery is included via the Google AJAX Libraries repository. Dean Edwards' IE7-js is included via it's Google Code hosting URL. Version numbers of both libraries should be checked and updated to latest versions.
_**Note:** While libraries can be r...
0
2490
posted 17 years ago by chrisdpratt