@anaspm wrote:
I have a form inside a modal dialog in an ember component. I have used bootstrap modal dialog. I need to reset formvalidations using jquery on closing the modal dialog. I have an action handler, how can I write jQuery inside that action handler??? i need to implement $('#loginModal').on('hidden.bs.modal', function() { $('#loginForm').formValidation('resetForm', true); }); inside an action`indent preformatted text by 4 spaces`
Posts: 1
Participants: 1