JQuery dirtyForm not working on text boxes in ajaxToolkit:TabPanel
Posted
by dustinson
on Stack Overflow
See other posts from Stack Overflow
or by dustinson
Published on 2010-03-29T18:57:23Z
Indexed on
2010/03/29
19:03 UTC
Read the original article
Hit count: 582
I'm a newb to jQ so please forgive my ignorance.
I'm using Asa Wilson's plugin jquery.dirtyform.js to prompt a user of unsaved changes before they nav away from a page (ASP.Net C# 3.5).
It basically loops through all controls and appends a class and handler to each input. Controls w/i an ajaxToolkit:TabPanel are ignored, unfortunately.
I'd appreciate if anyone knows of this type of error and how to resolve it short of manually manipulating each control (as I have this logic in the master page).
Thank you.
© Stack Overflow or respective owner