Unobtrusive validation in jquery popup?

You need to add the $.validator.unobtrusive. Parse("PlayerForm") to a function that you call on successful display of the dialog box. You are currently putting it in document.

Ready which isn't called at the point because the page has already been loaded. In my application I am opening the dialogs from Ajax. ActionLink so I put it in the OnSuccess callback of the link.

I am not 100% sure where you need to put it in your application, but I hope this gives you enough to go on to resolve the issue.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions