JQuery asp.net validator callout plugin updatepanel -


I am using this plugin:

This control is valid To be there is an updatepanel inside

I am starting the plugin like this:

  $ (document) .ready (all) before posting back Works fine, the callout plugin gets spoiled after an ASINC postback. Function () {$ .updnValidatorCallout.attachAll ();});  

I put it in the confirmation of pageload and update the end of the pane, but no success was found.

Anyone have more information about this?

This is how UpdatePanel works. When UpdatePanel refreshes, it will replace the attached content inside it. This will break your plugin because it will not be able to find the original plugin.

To resolve this, call this 'attachAll' method when UpdatePanel refreshes it to force it again.


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -