Skip to content

fix handle triggered event for Ajax queries#170

Merged
posabsolute merged 1 commit into
posabsolute:masterfrom
mikhailov:patch-1
Sep 22, 2011
Merged

fix handle triggered event for Ajax queries#170
posabsolute merged 1 commit into
posabsolute:masterfrom
mikhailov:patch-1

Conversation

@mikhailov
Copy link
Copy Markdown
Contributor

custom event 'jqv.field.result' triggers don't handle for now, because it should be covered by ajax callback. I've fixed it with rewrite _ajax

@mikhailov
Copy link
Copy Markdown
Contributor Author

this code helps you to test:

$('#form input').bind('jqv.field.result', function(a,b,c) {
    console.info(c);
});

@posabsolute
Copy link
Copy Markdown
Owner

Look good to me

posabsolute pushed a commit that referenced this pull request Sep 22, 2011
fix handle triggered event for Ajax queries
@posabsolute posabsolute merged commit 5433f5f into posabsolute:master Sep 22, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants