-
Notifications
You must be signed in to change notification settings - Fork 172
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
support for jquery 1.10.x??? #181
Comments
I'm seeing the same issue. Also getting this error in the console (jQuery 1.10.1, jquery-address 1.5) Uncaught TypeError: Cannot read property 'version' of undefined |
It looks like this is fixed in the source. If I do a git checkout, things work fine. It appears to be only broken in 1.5. |
I have the same problem in 1.5. But in 1.6 appears another problem: Uncaught TypeError: undefined is not a function This line is causing it: $('a[rel*="address:"]').address(); |
hpurmann did you ever find a solution to the above problem? |
Not really good practice but i simply commented out line 140 and live with it :) // $('a[rel*="address:"]').address(); |
Ha. Thanks! I managed to fix it by adding the jquery address import to the head of the On Fri, Sep 5, 2014 at 9:53 AM, Hendrik Purmann [email protected]
Ben Knill Beek CEO |
Hi,
I just wonder whether this plugin support for jquery 1.10 or not. If not, will it update to support 1.10 soon?
When I was using jquery 1.10.2 with this plugin, it showed Jquery.address is not defined. But it works fine on jquery 1.9.
Thanks.
Johnny
The text was updated successfully, but these errors were encountered: