There are many ways in jQuery to “bind” ajax functions to events. With jQuery 1.7 and beyond, everything has been consolidated into the on() and off() functions. Everything else has been deprecated. No more live(), die(), bind(), unbind(), and delegate(). Not only does on() and off() replace these infamous functions, it has been optimized to
more »
Posts Tagged ‘jQuery Mobile’:
Using New jQuery 1.7 on() & off() Functions
Combating the Impatient App User
Recently my father reported a bug in Demotivate where the screen would get stuck on a page with no navigation. He wasn’t the first to report the bug either. I’ve also experienced it once before, but thought I had squashed it. Bugs can be a funny thing. When you are the developer, you know how
more »