Ben Forta

Blog

December 29, 2011

Displaying A Loading Indicator In jQuery Apps

The following is based on a jQuery Mobile app I am working on. But, the code and details apply to jQuery , too. The app I am working on makes frequent Ajax calls to back-end services, and so I want a busy indicator that shows the user that activity is occurring. This is actually really easy to do,...

December 28, 2011

jQuery Mobile Collapsible Control Refresh Gotcha

jQuery lets you manipulate control contents at runtime, for example, you can add and items to an ordered or unordered list using code like this: $('#myList').append(' Some text '); If you do this in jQuery Mobile , you must then force the control to refresh so that formatting and styles are...

Page 91 of 490 (4893 posts)