Welcome To Snipplr
Everyone's Recent Snippets Tagged jquery
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
jQuery
js - jQuery - jQueryLoader - check if $ is undefined, then load jquery with pure javascript if needed
0
1060
posted 14 years ago by brandonjp
Tag Description
total total pages for the query
page current page of the query
records total number of records for the query
rows an array that contains the actual data
id the unique id of the row
cell an...
0
494
posted 14 years ago by elijahmanor
The AJAX Libraries API is a content distribution network and loading architecture for the most popular, open source JavaScript libraries.
1
808
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
700
posted 14 years ago by jonkemp
Use chaining in jQuery to reduce the code size and gain better performance.
0
687
posted 14 years ago by jonkemp
Get the FireQuery (http://firequery.binaryage.com/) extension for firefox and then use this snippet to auto set prices for the merchandise tab.
0
593
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
1509
posted 14 years ago by Nettuts