jQuery jQuery: AJAX autocomplete for e-commerce products March 29, 2014 An AJAX autocomplete feature implemented in jQuery that allows users to see the product's details by entering their code. Read more
jQuery jQuery: AJAX pagination with PHP March 16, 2014 How to create an AJAX pagination with jQuery and PHP. Read more
jQuery jQuery: check if users stop scrolling February 16, 2014 How to check if users stop scrolling a page with jQuery. Read more
jQuery Notes on "Creating a client-side shopping cart" for Smashing Magazine February 15, 2014 Some annotations on my recent article for Smashing Magazine. Read more
jQuery jQuery: avoid duplicated values upon form submission with sessionStorage December 30, 2013 A simple technique to avoid duplicated values in forms using jQuery and sessionStorage. Read more
jQuery jQuery: select elements that have specific styles defined in the CSS December 30, 2013 How to select elements with jQuery based on the styles specified in the CSS file. Read more
jQuery jQuery: start and stop CSS animations December 22, 2013 How to start and stop CSS animations with jQuery. Read more
jQuery jQuery: the false myth of procedural programming vs object-oriented programming December 15, 2013 The conflict between OO programming and procedural programming in jQuery is a false myth. Read more
jQuery jQuery: detecting new elements with the MutationObserver object December 14, 2013 How to detect the insertion of new elements with the MutationObserver object in jQuery. Read more
jQuery jQuery: create a shopping cart with sessionStorage and PayPal payments December 8, 2013 A complete shopping cart entirely built with the latest JavaScript features. Read more