I have an ASP.Net page with one update panel. I have set jQuery to $.mobile.ajaxEnabled = false;
I don't want it doing anything with my page other than rendering elements, etc. Unfortunately, the Javascript function that is run after the update panel completes is running twice (only with jQuery, without jquery it runs just fine). Anyone have any ideas why? Also, the button in the update panel loses its formatting after the update panel refreshes.
Thank you.