Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
javascript in_array object frame.
Usar:
Mediceau.Navegacion.marcar(['nav1','nav2'])
...
_--Nav 1
_--Nav 2
_--Nav 3
_--Nav 4
0
888
posted 18 years ago by nicolaspar
A an excellent script for allowing links to open new windows while keeping the code standards compliant.
If you look at the last line of the script, you will notice that the JSTarget.init() function takes three parameters (all optional). This is w...
0
1069
posted 18 years ago by jonhenshaw
Use on a command line to copy a whole directory on a remote server down to your computer. Requires SSH access to remote server.
5
1026
posted 18 years ago by micmath
A useful but often overrated JavaScript function is the browser detect. Sometimes you want to give specific instructions or load a new page in case the viewer uses, for instance, Safari.
Copy this script into your JavaScript files. It works immedi...
1
1059
posted 18 years ago by jonhenshaw
You can use this script to always keep the copyright notice on the footer of your website current. For example, instead of having to update the year at the beginning of each year, this script will display current year. I'm sure there's an easier way...
2
1050
posted 18 years ago by jonhenshaw
Simple but utilitarian function returns a numeric array of associative arrays containing an entire result set.
1
1262
posted 18 years ago by sorehead
This function first checks to see if PHP is set to automagically quote stuff. If it is, we first strip pre-quoted stuff, then (assuming our text isn't numeric), we properly quote everything.
A good bit of room for improvement here, but at the very l...
1
858
posted 18 years ago by sorehead
wrap the text that will become a pullquote in a span element and give it the class name "pullquote"
1
922
posted 18 years ago by designerd
Ðлементарно, Ñтильно, прикольно. СпаÑибо Ñоздателю.
0
866
posted 18 years ago by Memphys
Patch para quitar el molesto cartel en una sola linea de codigo.
Lo interesante es que hace una cola de funciones para el "OnLoad".
Mas que nada sirve si tenes un sitio armado y tenes que meter este patch en todas tus paginas. Con la funcion "fixO...
2
1028
posted 18 years ago by inakiabt
Include Path PHP 5 class.
Usage:
$path = new fuselogic_include_path();
$path->add('/home/ekobudi/www/fuselogic');
$path->add('/home/ekobudi/www/pear');
$path->remove('/home/ekobudi/www/old_fuselgic');
0
949
posted 18 years ago by ekobudisetiyo