Skip to content

support jQuery change event #725

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 25, 2015
Merged

support jQuery change event #725

merged 1 commit into from
Feb 25, 2015

Conversation

zhongxingdou
Copy link

No description provided.

@@ -80,6 +80,9 @@ module.exports = {

this.event = lazy ? 'change' : 'input'
_.on(el, this.event, this.listener)
if (typeof(jQuery) === 'function') {
+ jQuery(el).on('change', this.listener)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2 spaces please?

@zhongxingdou
Copy link
Author

Sorry about that space. hope this is the last update about this PR.

yyx990803 added a commit that referenced this pull request Feb 25, 2015
support jQuery change event
@yyx990803 yyx990803 merged commit 44b90bd into vuejs:dev Feb 25, 2015
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