JQuery dirtyForm not working on text boxes in ajaxToolkit:TabPanel
- by dustinson
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.