Optimizing jQuery selectors for ASP.NET controls
By Aaron Lord
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...
[Read More]