Category: jQuery

50 jQuery Tutorials And Techniques

50 jQuery Tutorials And Techniques

jQuery is a Javascript library. It has many Ajax and Javascript features that allow you to enhance user experience and semantic coding and it has captivated everyone’s attention by its fast and concise JavaScript Library that simplifies event handling, animating, HTML document traversing and Ajax interactions for speedy web development. In this post we present [...]

How to write a simple application on jQuery Mobile

How to write a simple application on jQuery Mobile

Framework jQuery Mobile appeared not so long time ago and its quality was greatly improved. A number of subsystems have been rewritten (both for clarity and for performance) and cross-browser compatibility has seen a marked increase in quality. Previously I’ve worked with jQTouch and Sencha Touch. They both have their advantages and disadvantages, but I’d [...]

jQuery AutoComplete

jQuery AutoComplete

I’d like to present another jQuery plugin, this time it’s autocomplete with some handy features.

Fixing animation in jQuery

Fixing animation in jQuery

Hi! Initially I was going to write in this article that the jQuery animation engine is rather inefficient and creates a lot of timers, each of them running on its own, which results in the page content being redrawn too often and therefore is very bad for the Web browser’s performance. I was also going [...]