Tagged Questions

0
votes
4answers
339 views

jQuery.validate.js and asp.net master pages

I have jQuery in various files, and recently I have needed to change items in the master page. This has caused various jaavscript includes to stop working. Stackoverflow are sugges …
3
votes
7answers
474 views

How to use JQuery, select element by ID and ASP.NET without putting ctl00_ everywhere in the code

I have about 600+ references of code similar to the following... $("#ctl00_ContentMainPane_eliteUser").html And changed the master template, only to find all the code had broken …