Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4838

How can I write jqUERY inside ember component

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 4838