We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here's what I'm seeing in Firebug. Initial call to jQuery causes jQuery Lint to throw an exception
jQuery(...) called incorrectly jquery.lint.js (line 96) More info: Location: @https://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js:16 jquery.lint.js (line 111) You passed: [Document index.cfm?fuseaction=mExternal.showSearchInterface, undefined, jQuery(Document index.cfm?fuseaction=mExternal.showSearchInterface)] Available signatures include: jQuery(selector, [context]) jQuery(element) jQuery(elementArray) jQuery(jQuery object) jQuery() jQuery(html, [ownerDocument]) jQuery(html, props) jQuery(callback)
Is the undefined causing the issue?
The text was updated successfully, but these errors were encountered:
Merge pull request #26 from hpbuniat/master
a494654
"Among with other minor updates, this should fix #15. I think #12, #17, #21 and #23 were also fixed." From @hpbuniat
No branches or pull requests
Here's what I'm seeing in Firebug. Initial call to jQuery causes jQuery Lint to throw an exception
jQuery(...) called incorrectly
jquery.lint.js (line 96)
More info:
Location:
@https://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js:16
jquery.lint.js (line 111)
You passed: [Document index.cfm?fuseaction=mExternal.showSearchInterface, undefined, jQuery(Document index.cfm?fuseaction=mExternal.showSearchInterface)]
Available signatures include:
jQuery(selector, [context])
jQuery(element)
jQuery(elementArray)
jQuery(jQuery object)
jQuery()
jQuery(html, [ownerDocument])
jQuery(html, props)
jQuery(callback)
Is the undefined causing the issue?
The text was updated successfully, but these errors were encountered: