jQuery
Tips, techniques, plugin and widget development, tutorials, integration with mobile and desktop web apps, theory, tests and OOP.
jQuery
jQuery: the fn pattern applied to web apps
How to apply the $.fn jQuery pattern to web app development.
Read more
jQuery
jQuery: Internet Explorer is not always wrong
Internet Explorer is not always wrong when it interprets our jQuery code.
Read more
jQuery
jQuery: writing plugins in ECMAScript strict mode
Why we should adopt ECMAScript strict mode and set it as a base to develop jQuery plugins.
Read more
jQuery
jQuery: display elements sequentially
Two solutions to display elements sequentially with jQuery.
Read more
jQuery
jQuery: clear CSS inline-block boxes: how to control their horizontal space
How to clear inline-block boxes with jQuery by taking control over their horizontal distribution.
Read more
jQuery
jQuery: an example of code refactoring
A practical example of code refactoring in jQuery.
Read more
jQuery
jQuery: limiting the number of characters inserted in a textarea
How to limit the number of characters inserted in a textarea element with jQuery.
Read more
jQuery
Creating a responsive jQuery carousel
How to create a responsive jQuery carousel which will always fit the browser's viewport.
Read more