Welcome To Snipplr
Everyone's Recent jQuery Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Set a variable by getting the URLs id with PHP. Find the the option with the name value that is equal with the variable and add "selected" to it.
0
1072
posted 13 years ago by LadyLoomis
Hides the button based on scroll position, fades in and out as necessary and upon click smoothly scrolls back to the top.
0
948
posted 13 years ago by thewickedchemist
JQuery dependent snippet that will detect OS, Browser and Version
0
1112
posted 13 years ago by MagnerSanborn
Simple jQuery accordion function for jQuery version 1.7.1 and above.
3
1058
posted 13 years ago by digitalclubb
Basic setup code for jQuery, linking to Google APIs for the jQuery library.
2
1314
posted 13 years ago by adrianparr
This code snippet fetches the very latest minified version of jQuery from Google's CDN. If this is not available, we revert to a locally stored version (current version at time of publish was 1.7.1 - update this to suit going forward).
1
1138
posted 13 years ago by Huskie
With this plugin you can create a custom cursor message e.g. Call this plugin before your jquery function to show the user a message like 'Loading...' and then simply remove the message after the function is done loading. You can expand this easily b...
0
933
posted 13 years ago by RobertHegeraad
There are 2 jQuery snippets, both replace broken images with one of your choosing, the difference is that one is "safe" and the other is "persistent". The safe one will quick working, so if your doing something that dynamically changed images on a pa...
3
1139
posted 13 years ago by FatFolderDesigner
A clean and simple jQuery function for creating a tabbed element. This one allows multiple tabbed elements on 1 page (which has been the downfall of so many others)
1
904
posted 13 years ago by digitalclubb
This function will detect the orientation (portrait/landscape) of an iOS device and set the body class to either portrait or landscape, as well as providing a global variable for use elsewhere in your JS.
If you require multiple classes on your bo...
3
1167
posted 13 years ago by iridium
This snippet describes how to fill select html element with Text, Value pairs
where 'Text' is displayed to the user and 'Value' is actual value to be processed.
0
892
posted 13 years ago by Neven
<p>Little snippet, which helps to use custom colored selections.
All you need is to setup the right style and use this snippet!</p>
0
777
posted 13 years ago by schmizpeter
jQuery
Cross Browser CSS sprites (for hovers, clicks, active state change via background position change)
Creating sprite buttons often had problems with different browsers.
This is a solution to get background positions in each browser for further manipulation.
1
1061
posted 13 years ago by bernhardb
How to make numbers update with a smooth animation with jQuery
1
876
posted 13 years ago by claudiowebdesign