wycats / jquery-offline

A jQuery plugin to facilitate conveniently working with local storage
835 stars 46 forks source link

Queue callbacks while requesting #9

Closed joeflateau closed 11 years ago

joeflateau commented 12 years ago

If a few widgets load the same data, they should all be notified when the data is loaded. Previously only the first widget's callback would be called.