I am writing a lot of web applications that requires a lot of dynamic content that is replaced according to various ajax request to the PHP+mySQL backend that is able to respond all data as JSON. This could be something like quizzes, polls or it could also be more advanced applications that requires more updates of the DOM. The point is that the integration with the HTML (wich is coded by a third part) is as easy as possible.
Since this are many small applications and not a big site, I am looking for a library that helps me get the job done fast and easy to customize later on. I don't know the best way of doing this but know that there are various libraries out there that does what I need (and a lot more).
Required features:
- Lightweight
- Easy to update the HTML structure (even for HTML-only coders)
- Compatible with jQuery
- Works with all modern browsers including Chrome, Firefox, Safari and IE7+
- Works with all mobile browsers including Android, iOS and Windows Mobile