I have a MasterPage that inside its content section I added a FORM element. When accessing that page, all my controls are renamed since the FORM is runat=server. And thus when selecting in jquery, even the form has been renamed
How can I fix that?
thanks