Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
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
1655
posted 16 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
1682
posted 16 years ago by jonkemp
Use chaining in jQuery to reduce the code size and gain better performance.
0
1607
posted 16 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
2240
posted 16 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
3642
posted 16 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
1533
posted 16 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
2756
posted 16 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
3048
posted 16 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
1792
posted 16 years ago by xtknight
Создание процедуры Ñ Ð¿ÐµÑ€ÐµÐ¼ÐµÐ½Ð½Ñ‹Ð¼ чиÑлом параметров и обработка Ñтих параметров
0
1445
posted 16 years ago by makeev
JavaScript
Advanced use of jQuery cookie plugin to show/hide a notice, includes changing the HTML text of the link
0
2568
posted 16 years ago by phil7085