Posts Categorized: jQuery

Styling with jQuery

Posted by & filed under jQuery.

styling with jquery

jQuery library allows the designers and developers to rapidly implement elegant design features resulting in interactive website. Cross browser compatibility, CSS3 selectors, plugins and inbuilt functions for common actions are the main features of jQuery. The jQuery UI library is built to support the core library for quickly adding customizable widgets. On top of it, Continue reading…

A Glance at jQuery $() Wrapper & accessing DOM elements

Posted by & filed under jQuery.

jQuery $() wrapper

For many years, JavaScript was not considered as a serious programming language. In terms of a web applications, its use was only restricted to some form validations. With the arrival of AJAX technologies and resulting interactive websites, JavaScript has managed to regain some esteem. The JavaScript libraries emerged to provide new and improved patterns for Continue reading…

jQuery – bind(), unbind() and live() methods

Posted by & filed under jQuery.

jQuery - bind() ,unbind() and live() methods

jQuery provides a method for binding standard event-types such as .click() event. The bind() method  attaches one or more event handlers for the selected DOM element. It also allows you to specify a function to run when the event occurs. All JavaScript event types are supported in the bind() method. More than one events can Continue reading…

Using Deferred and Promises with jQuery

Posted by & filed under jQuery.

jquery-deferred-promise

As we understand that a Deferred is a chainable utility object to register, queue and invoke callbacks. In addition, it also relays the success or failure statue of the originating synchronous or asynchronous function. Lets say we make a standard AJAX request, the rest of the functionality will wait until the response is received from Continue reading…

jQuery 1.6.1 has .attr() backward compatibility

Posted by & filed under jQuery.

jquery-logo

jQuery team came up with a quick fix to the compatibility row raised because of some changes in the version 1.6. The release 1.6.1 comes with-in 10 days of the release 1.6. There were indifferent reactions towards the changes in the .attr() method in jQuery 1.6. The Boolean logic flaws resulting from the change were Continue reading…

jQuery 1.6 released with performance improvements

Posted by & filed under News & Concepts.

jquery-logo

jQuery 1.6 was planned to release by the end of April 2011, but, the jQuery team finally released it on Wednesday, 4th May 2011. The release promises big performance improvements, better animations and some cross-browser compatibility perfections. The reason for the claims is the major rewrite of the Attribute model.
Although, there are no major changes Continue reading…