Welcome To Snipplr
Everyone's Recent Snippets Tagged javascript
- All /
 - JavaScript /
 - HTML /
 - PHP /
 - CSS /
 - Ruby /
 - Objective C
 
JavaScript Tooltip libraries number about as many as rounded CSS corner libraries.
Jonathan Weiss thought the ones he saw were "too complicated and bloated, did just too much and most of the time were still not flexible enough with the tooltip. So...
        
        
        
            1 
        
        
            1277 
        
                    posted 19 years ago by jonhenshaw
            javascript in_array object frame.
Usar:
Mediceau.Navegacion.marcar(['nav1','nav2'])
...
_--Nav 1
_--Nav 2
_--Nav 3
_--Nav 4
        
        
        
            0 
        
        
            1159 
        
                    posted 19 years ago by nicolaspar
            wrap the text that will become a pullquote in a span element and give it the class name "pullquote"
        
        
        
            1 
        
        
            1269 
        
                    posted 19 years ago by designerd
            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 
        
        
            1424 
        
                    posted 19 years ago by inakiabt
            Stop the background image flickering on IE by including this code in the header of your page. See link for more information.
        
        
        
            2 
        
        
            1776 
        
                    posted 19 years ago by 1man
            mran( float minimum_number , float maximum_number) (returns int)
        
        
        
            1 
        
        
            1056 
        
                    posted 19 years ago by mouseit101
            Resize a Popup to Fit an Image's Size
By Peter Todorov
February 10th 2003
Reader Rating: 9.1
If you're a Webmaster who has to deal with image galleries, then make a note of this clever script. It gives you a solution to a very common problem --...
        
        
        
            1 
        
        
            1726 
        
                    posted 19 years ago by zensir
            If you want your pages to be valid XHTML-Strict, but you also wish to open external links in new window, the following snippet is doing just that—sets attribute target=“_blank†to all external links in a document to keep your code valid XHTML-S...
        
        
        
            2 
        
        
            1694 
        
                    posted 19 years ago by zensir
            Using CSS is, of course, the preferred method of performing mouseover image swapping, but it's good to have a few tricks up your sleeve. Here's one way of doing it with JS, but the images have to be pre-loaded, or else there'll be a slight lag in the...
        
        
        
            1 
        
        
            1101 
        
                    posted 19 years ago by pckujawa