Getting jQuery Goodness into ASP.NET AJAX - Take II
Getting jQuery Goodness into ASP.NET AJAX - Take II
A more powerful selector. Finding elements by ID (ala $get) in an ASP.NET page is usually pretty awkward because the ID values isn’t known until runtime. This alone causes many people problems. Unless I am mistaken the next version of ASP.NET AJAX will include a selector to find items by class name as well, but I have not heard anything for supporting more advanced stuff like …
Read More:
http://mattberseth.com/blog/2008/06/getting_jquery_goodness_into_a_1.html
Thanks