jQuery
Tips, techniques, plugin and widget development, tutorials, integration with mobile and desktop web apps, theory, tests and OOP.
jQuery
jQuery: how the siblings() method works
A practical example that explains how to use the jQuery's siblings() method.
Read more
jQuery
Responsive jQuery slideshows with the CSS background-size property
How to create fully responsive jQuery slideshows using the CSS3 background-size property.
Read more
jQuery
jQuery: filter and remove classes except one
How to leave only the chosen class on an element and remove all the others with jQuery.
Read more
jQuery
jQuery: using callback functions in plugins
How to allow users to add an extra action to our jQuery plugins.
Read more
jQuery
jQuery: the correct event to handle checkboxes is change()
Why the change() event is the correct solution to handle checkboxes with jQuery.
Read more
jQuery
jQuery: making AJAX data accessible outside AJAX methods
A simple test on how to make AJAX data returned by jQuery methods accessible outside such methods.
Read more
jQuery
jQuery UI resizable() and images: a first look
Some problems encountered during the study of the jQuery UI resizable() object applied to images.
Read more
jQuery
jQuery bug with offsets, positioning and hidden elements
A strange behavior of jQuery concerning the handling of hidden elements and their offsets.
Read more
jQuery
jQuery: set focus on all elements
Setting focus on all elements with jQuery involves the use of the tabindex attribute. Always bear in mind what this solution implies for accessibility.
Read more