Welcome To Snipplr
Everyone's Recent JavaScript Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Google Analytics is a very popular tool for tracking your website’s user behaviour, and visits. This is simply an optimised version of Google’s asynchronous tracking snippet. To learn what has been optimised, and why it is faster than Google’s...
        
        
        
            0 
        
        
            1143 
        
                    posted 14 years ago by paul66
            This script handles table sorting, is easy to implement and to alter and has decent documentation. I did not write this JavaScript, rather, I found it here: 
http://www.kryogenix.org/code/browser/sorttable/
I used this script on the ACEE WordPr...
        
        
        
            0 
        
        
            1262 
        
                    posted 14 years ago by racl101
            I did not, in fact write this script. I found it here: 
http://www.webtoolkit.info/javascript-url-decode-encode.html
        
        
        
            0 
        
        
            1038 
        
                    posted 14 years ago by racl101
            From webworks, book "CMS Design Using Php and jQuery", page 93
        
        
        
            0 
        
        
            958 
        
                    posted 14 years ago by shinokada
            This function will interpolate the points on a line.  When tracking mouse movements, not every point is captured.  This is especially true the faster the mouse moves.  This function will allow you to fill in the gap of points between two recorded pos...
        
        
        
            0 
        
        
            3119 
        
                    posted 14 years ago by parkerkrhoyt
            ExtJS is great for OO style interface design but has a couple of strange behaviors. For instance when adding the ExtJS RowExpander plugin to a grid, the plugin overrides the gridView's getRowClass function. That's not really what you want. For instan...
        
        
        
            0 
        
        
            1389 
        
                    posted 14 years ago by misterb101
            This piece of code allows to insert text into the tinymce textarea when writing a WordPress plugin for instance.
        
        
        
            0 
        
        
            984 
        
                    posted 14 years ago by tomidle
            This works cross browser. Merely using onclick on a submit button to show a preloader/ please wait dialog doesn't work in IE since it doesn't show images once the page is being unloaded.
        
        
        
            1 
        
        
            1457 
        
                    posted 14 years ago by housecor
            I saw this useful little variation of a for loop in a tutorial by Kevin Yank at Sitepoint. By adding an additional variable "ii" in the loop's arguments, you can avoid having your program calculate the length of your array every time it loops through...
        
        
        
            1 
        
        
            1334 
        
                    posted 14 years ago by danielwrobert
            This tiny jQuery plug in forces a user to enter only numeric values on an input field by silently removing non-numeric values as they're entered. (Caution: Never rely on client-side validation; use server-side validation as well)
        
        
        
            2 
        
        
            1754 
        
                    posted 14 years ago by BrunoDeBarros
            Use case:
* Paste the javascrit BEFORE the closing body tag `</body>`
        
        
        
            0 
        
        
            1186 
        
                    posted 14 years ago by mnstefan
            Quick and easy javascript in_array function. It's not perfect, but if you need something quick, this is it.
        
        
        
            1 
        
        
            993 
        
                    posted 14 years ago by cornellsteven
            
