Posts Auto Slider to Blogger or Websites with Mootools - 1.2.1
Saturday, January 15, 2011
Posted by
Unknown

This tutorial will show you how to add Mootools Featured Posts Slider into blogger or any other web site. You can look at the DEMO page of this Mootools Featured Posts Slider. Now if you like to add this slider to your site then follow the steps given below.
1. Login to your blogger dashboard--> layout- -> Edit HTML
2. Scroll down...

jQuery.ajax()
Friday, January 14, 2011
Posted by
Bambang

Description: Perform an asynchronous HTTP (Ajax) request.
jQuery.ajax( settings )settings A set of key/value pairs that configure the Ajax request. All options are optional. A default can be set for any option with $.ajaxSetup(). async Default: trueBy default, all requests are sent asynchronous (i.e. this is set to true by default)....

Ajax Capabilities
Thursday, January 13, 2011
Posted by
Bambang

The jQuery library has a full suite of AJAX capabilities. The functions and methods therein allow us to load data from the server without a browser page refresh. jQuery.ajax()Low-Level Interface Perform an asynchronous HTTP (Ajax) request.
.ajaxComplete()Global Ajax Event Handlers Register a handler to be called when Ajax requests...
