Welcome To Snipplr


Everyone's Recent Snippets Tagged jquery



1 ... 35 36 37 38 39 ... 44
Uses jquery and raw javascript to quickly add a class to the body class depending on what kind of page it is.
0 674 posted 14 years ago by chrisjlee
0 446 posted 14 years ago by tclancy
A javscript snipped which will mark each table cell with a CSS class containing the cell's column number. This allows you to set the table column widths using just one CSS rule and without hand editing the table HTML code. This is to workaround the l...
0 1281 posted 14 years ago by miohtama
Easily target elements which have certain attributes using jQuery
1 447 posted 14 years ago by davebowker
I'm new to jQuery, so please be kind if there are any errors or redundancies in the code. The problem: Basically, we were getting tons of scammers signing up on our Kickapps hosted community. They were immediately posting dozens of RSS feeds & lin...
0 925 posted 14 years ago by Jdonner
1) if jQuery is already loaded into a browsers' cache -> do nothing 2) if the object is undefined, write a script-element into the source which references google's minified jquery file. 3) if jQuery is still undefined (let's assume Google is down)....
2 735 posted 14 years ago by iroybot
Couldn't find a better way to do this, nor could I find it on teh interwebs, so here it is.
2 1069 posted 14 years ago by wjbrown
Used this on a project to determine whether images were loaded or not. In an image carousel, for example, you could test the next/clicked image before advancing the slide, and if 'loaded' wasn't 'true', you could add a "loading" class and attach a ne...
3 481 posted 14 years ago by dougunderscorenelson
One way to fix many of the issues with IE7 is to dynamically reverse the default z-index stacking order of the elements on your page. This will ensure the elements higher in your HTML source will also have a higher z-index order on your page, solving...
3 738 posted 14 years ago by justinseiter
Modified the code very slightly to add in cursor states for when the timeline is grabbed. Also added in (but commented out) the code to make the sliding twice as fast using a multiplier.
0 577 posted 14 years ago by davebowker
1 675 posted 14 years ago by arpit
Quick little clientside script to pick out every 3rd image and add a class of last to it. I needed this because the images were layed out in 3 columns, adding a margin to the right hand side would leave a large gap on the right hand side which i d...
0 856 posted 14 years ago by 1man
Text beim tippen wo anders anzeigen
1 564 posted 14 years ago by skrippendorf
Quickly get the index of the current element. I find myself re-using this several times in a document, so I made a lil' function for it.
3 1039 posted 14 years ago by dougunderscorenelson
This is the code to add to a website to listen for the Konami Code (as implemented on jQuery.com"
6 745 posted 14 years ago by JakeCarter
If you ever need to list all the internal functions of JQuery without the use of googling. You can always use the following command with firebug.
1 674 posted 14 years ago by chrisjlee
Version differs slightly from the demo, as the src for the thumbnail image is a child of the demo example, so has been slightly modified.
0 714 posted 14 years ago by davebowker
Enable jQuery on any website, just clicking on a bookmarklet with this code. Or drag & drop this on your bookmark bar: <a href="javascript:(function(){var%20s=document.createElement('script');s.setAttribute('src','http://ajax.googleapis.com/ajax/libs...
4 708 posted 14 years ago by danielfilho
I was asked to add Recaptcha' to an already existing form. I didn't want to interfere with the code so I decided to search for some sort of AJAX solution. Here's my implementation of DarkSideOfTheCarton.com. This form needs to have a form with <fo...
1 1266 posted 14 years ago by chrisaiv
Use javascript to add a class of last onto the first and the last li tags in the navigation (add to global.js). Then use css to style. For instance, if the first li is home, you can set the css to hide this link (if you want the logo to act as your h...
5 906 posted 14 years ago by kstetson
Div will fade in on load or fade in on click
1 870 posted 14 years ago by kstetson
This is a @property to take care of jsonp stuff if you're using CherryPy. In your Javascript, (you're using JQuery, right?) you can do ` $.ajax({url:"localhost:8080/MyMethod", data:{'arg1':'foo'}, dataType:"jsonp", success:onMyMethodComplete}); `...
0 529 posted 14 years ago by ndnichols
Used to share between a single instance of jQuery through iFrames. Do note, the iFrame content must originate from the same domain, or this plugin will NOT work as expected.
4 1039 posted 14 years ago by garside
A clean and simple drop down menu made in jQuery
1 947 posted 14 years ago by Unreal
1 631 posted 14 years ago by philokezzar
Used here: http://www.criteriondg.info/wordpress
1 532 posted 14 years ago by Skeku
1 482 posted 14 years ago by philokezzar
1 ... 35 36 37 38 39 ... 44