jQuery Client Templates / Data Binding Question

jQuery Client Templates / Data Binding Question


First of all I'm rather new to jQuery.
 
I'm developing an html/JavaScript/CSS Ajax client (that needs to run in different mobile browsers - Safari on iPhone as the most important one) using jQuery that accesses ADO.NET Data Services (for CRUD operations). I know Microsoft has today a beta ASP.NET Ajax library, but are there any other solutions to achieve the same (accessing ADO.NET Data Services / client templates / data binding?
 
Thanks.