jQuery - growlUI and ASP Update Panel Postback Problem
- by leaf dev
I am using the jQuery blockUI plugin's growlUI to display a return status message to the user when returning from an async postback from an update panel.
What happens is after returning and displaying the growl notification, any further postbacks seem to be broken and the app just spins.
I am using the ScriptManager.RegisterClientScriptBlock method to register the script.
and calling the growl UI method in javascript with $.growlUI('Notification', 'Message');
There are no javascript errors being displayed.