Skip to content
This repository has been archived by the owner on Aug 10, 2020. It is now read-only.

'undefined' in jQuery version #6

Open
yellowled opened this issue Feb 5, 2012 · 6 comments
Open

'undefined' in jQuery version #6

yellowled opened this issue Feb 5, 2012 · 6 comments
Labels

Comments

@yellowled
Copy link

Line 37 of the jQuery version throws an error (used with jQuery 1.7.1, haven't tested any other jQuery version). Chrome 16 web inspector says:

Uncaught TypeError: Cannot call method 'each' of undefined
AccessifyHTML5
(anonymous function)
f.extend._Deferred.e.resolveWith
e.extend.ready
c.addEventListener.C
@yatil
Copy link
Owner

yatil commented Feb 5, 2012

Works fine for me: http://yatil.net/

Can you provide a link to me to review, please? Seem to be some interaction with some other JavaScript…

@yellowled
Copy link
Author

Silly me, this is probably related to jQuery's noConflict mode in my test setting. I'll report back if it isn't since I can't test right now. Sorry. :-)

@yatil
Copy link
Owner

yatil commented Feb 5, 2012

Ah, I see. Will fix it in 1.0.1…

@yellowled
Copy link
Author

Affirmative, it was related to noConflict mode. Not sure you need to fix this, people working in noConflict mode are usually aware of it. ;-)

@yatil
Copy link
Owner

yatil commented Feb 5, 2012

Well, I shouldn’t mess around with noConflict mode, so it’s my fault!

@WraithKenny
Copy link

Haven't tested, but since the script is short and $ is only called twice, replacing it with jQuery should be an quick n easy fix for this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants