Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
The AJAX Libraries API is a content distribution network and loading architecture for the most popular, open source JavaScript libraries.
1
1005
posted 14 years ago by jonkemp
The Location object is part of a Window object and is accessed through the window.location property. It contains the complete URL of a given Window object, or, if none is specified, of the current Window object.
0
838
posted 14 years ago by jonkemp
Although $(document).ready is incredibly useful, it occurs during page render while objects are still downloading. You can reduce CPU utilization during the page load by binding your jQuery functions to the $(window).load event, which occurs after al...
2
868
posted 14 years ago by jonkemp
Use chaining in jQuery to reduce the code size and gain better performance.
0
816
posted 14 years ago by jonkemp
This snippet just updates your tables which infected "<script> </script>" code blocks.
You must update all columns one by one.
2
1092
posted 14 years ago by emregulcan
You can convert a string to hex or vice-versa with this methods.
Example for real world;
You want set / get some data from URL, but if your data has some special chars (like ^$ %) it'll be problem... In this case, you can use this methods and conve...
2
2268
posted 14 years ago by emregulcan
Get the FireQuery (http://firequery.binaryage.com/) extension for firefox and then use this snippet to auto set prices for the merchandise tab.
0
783
posted 14 years ago by chetmac
This is a simple way to scroll to the top of the page, when an anchor tag has been clicked. Note that we must "return false," in order to disable the default browser action.
1
1713
posted 14 years ago by Nettuts
This took me a while to create so thought I would share. Can be used with <a href="http://www.textfixer.com/resources/country-dropdowns.php">HTML dropdown lists</a>.
1
1660
posted 14 years ago by gilbitron
Hey,
I just thought I would share something I made that I tested in IE6, IE8, Firefox 3.6, and Chrome 4. It allows you to resize a client-side image map based on the size of the image, so when your image resizes, your map still works how you want...
0
1017
posted 14 years ago by xtknight