How to make jAlert as synchronous like javascript alert
In my project i am validating my form fields using jAlert() and requirement is to maintain the focus after clicking the popup Ok button, but using jAlert there is a problem of focus on the form fields that does not maintain. Please provide the solution so that i could resolve this issue.