Tag Archive | "jquery"

jQuery Cancel Other Ajax Requests

Saturday, January 14, 2012

0 Comments

For some reason, you might be submitting Ajax requests to the same URL for the same purpose and returning the same results but it happens that there are multiple Ajax requests just being redundant. Possibly a user interface where a user is making multiple selections on a page, one after the other and running multiple [...]

Continue reading...

jQuery delay function/method

Monday, August 29, 2011

2 Comments

New jQuery delay() method. More information and examples of the jQuery delay() function/method. Here is a quick example: jQuery(‘#mydiv’).attr(‘value’, "Button Text").delay(1500).queue(function() { alert(‘button text was changed’); });

Continue reading...

jQuery : Auto iFrame Height

Monday, April 20, 2009

155 Comments

This article will show you how to automatically adjust the height of an iFrame to the height of the content inside of the iFrame with the use of the jQuery JavaScript library and the jQuery autoHeight plugin.

Continue reading...

WordPress : Using jQuery library with your plugin or theme

Saturday, June 28, 2008

10 Comments

When you develop a WordPress plugin or theme, you might want to make use of the jQuery library included and distributed with the WordPress package.

Continue reading...