jQuery Mobile 1.1.0 Final

The jQuery Mobile team is excited to announce the release of version 1.1.0.

This release has been a real labor of love, with hundreds of improvements, big and small, to make jQuery Mobile feel faster, smoother and more polished across the board.

The most notable improvements in 1.1.0 are true fixed toolbars, completely re-vamped animated page transitions and AJAX loader, refined form element design and feature set, and improved documentation.

jQuery live event gets executed twice

My workmate James encountered a mind bugging wierd behaviour in jQuery while he was binding click events to some buttons for an mobile app that we are developing with jQuery mobile. The function called on the click event was inserting into the SQLite database doubled results. At first I thought it was the transactions's fault someway since the jQuery code was written "perfectly". After further investigation and debugging I found out that the click event was getting called twice.