Skip to content
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

jQuery 1.4.4: buttons do not receive bind #205

Open
loominade opened this issue Nov 30, 2015 · 1 comment
Open

jQuery 1.4.4: buttons do not receive bind #205

loominade opened this issue Nov 30, 2015 · 1 comment

Comments

@loominade
Copy link

The website says:

Updated to jQuery 1.8.2, supports 1.4.2 and up.

so I assume its also supposed to work with jQuery 1.4.4. (which is shipped with Drupal 7)

Unfortunately with jQuery 1.4.4. the joyride-next-tip and joyride-close-tip do not receive a bind. A click just jumps to the top of the page (because of the #).

No script is executed.

@loominade
Copy link
Author

I found it that joyride is using .on() which was added in jQuery 1.7.

So you should ether change .on() to .bind() or change the min requirements to 1.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants