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

support for jquery 1.10.x??? #181

Open
acheson0410 opened this issue Oct 8, 2013 · 7 comments
Open

support for jquery 1.10.x??? #181

acheson0410 opened this issue Oct 8, 2013 · 7 comments

Comments

@acheson0410
Copy link

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

@c0d3runn3r
Copy link

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

@c0d3runn3r
Copy link

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.

@hpurmann
Copy link

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();

@bknill
Copy link

bknill commented Sep 4, 2014

hpurmann did you ever find a solution to the above problem?

@hpurmann
Copy link

hpurmann commented Sep 4, 2014

Not really good practice but i simply commented out line 140 and live with it :)

// $('a[rel*="address:"]').address();

@bknill
Copy link

bknill commented Sep 4, 2014

Ha. Thanks!

I managed to fix it by adding the jquery address import to the head of the
html document, where previously I was importing it later on in the load.
This seems to have solved it.

On Fri, Sep 5, 2014 at 9:53 AM, Hendrik Purmann [email protected]
wrote:

Not really good practice but i simply commented out line 140 and live with
it :)

$('a[rel*="address:"]').address();


Reply to this email directly or view it on GitHub
#181 (comment)
.

Ben Knill

Beek CEO
Tel: 022 6586424

@vasyahacker
Copy link

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

No branches or pull requests

5 participants