Category: JavaScript and AJAX

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 [...]