Profile
Achievement
jonkemp's Recent SnippetsTagged javascript
- All /
« Prev 1 Next »
HTML5 geolocation using the new HTML5 geolocation API, JavaScript and Google Maps. HTML5 geolocation detection is included. This will work in almost every modern browser except IE, but if your browser does not support it, it will tell you so. It will...
3
1112
posted 14 years ago by jonkemp
The AJAX Libraries API is a content distribution network and loading architecture for the most popular, open source JavaScript libraries.
1
845
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
725
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
740
posted 14 years ago by jonkemp
Use chaining in jQuery to reduce the code size and gain better performance.
0
724
posted 14 years ago by jonkemp
This requires jQuery. The script checks to see if default text is present in a text field on focus. If it is, then it clears the text. Otherwise, it leaves user entered text intact. This is normally used for a search box.
0
868
posted 14 years ago by jonkemp