jQuery Fear of the DOM: why web developers use jQuery February 12, 2013 Many web developers use the jQuery library simply because they don't know the DOM. Read more
jQuery jQuery 1.9: AJAX methods and well-formed HTML January 26, 2013 HTML strings must be well-formed when passed to the jQuery's selector engine. This also affects AJAX methods. Read more
jQuery jQuery: prevent the text() method from affecting children elements January 10, 2013 The jQuery's text() method also affects the text of children elements. Here's a solution to this problem. Read more
jQuery jQuery: selecting external links is not that easy if you choose the wrong approach January 6, 2013 Selecting external links with jQuery can actually lead to unexpected results if you choose the wrong approach. Read more
jQuery jQuery plugins: how to write and document your CSS styles January 5, 2013 How to write the CSS code attached to a jQuery plugin by also providing a full documentation to the end-user. Read more
jQuery jQuery: cross-fading blocks January 4, 2013 How to create the effect of cross-fading HTML blocks with jQuery. Read more
jQuery jQuery: what we can do without plugins December 29, 2012 What we can accomplish by implementing our own jQuery solutions. Read more
jQuery jQuery: create image markers with custom data attributes December 27, 2012 How to create dynamic image markers with jQuery and the HTML5 custom data attributes. Read more
jQuery jQuery: is plain text a valid alternative for handling AJAX responses? December 25, 2012 The pros and cons of the text/plain format used to handle AJAX responses with jQuery. Read more
jQuery jQuery: create a font resizer December 23, 2012 How to increase or decrease the font size of an element with jQuery. Read more