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

Use of $ in test_runner.js a problem when using jQuery.noConfict() #25

Closed
aiwilliams opened this issue Oct 6, 2009 · 2 comments
Closed

Comments

@aiwilliams
Copy link

See http://github.com/relevance/blue-ridge/blob/master/lib/test_runner.js#L39

That $.trim works better as window.jQuery.trim when I'm using prototype.js. Once I do, I get a different problem:

"test_runner.js", line 39: uncaught JavaScript runtime exception: TypeError: Cannot find function children in object Element #182 LI.

@aiwilliams
Copy link
Author

As you likely know almost immediately, until all '$' references in that file are replaced with window.jQuery (or whatever), the runner does not work too with with prototype.js.

@karnowski
Copy link

Adam, thanks for catching this! Fixed.

This issue was closed.
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

2 participants