Optimizing jQuery selectors for ASP.NET controls

I’m currently in the middle of a project where jQuery is trying to access or manipulate ASP.NET server-side controls. When these controls are nested within, say, a content object, ASP.NET prefixes the ID you give it with the ID of its container. So if you know the id of the container, then you can do […]

Optimizing jQuery selectors for ASP.NET controls Read More »