Skip to content

JQuery 1.5 breaks jQuery Lint #21

Description

@mikeyw

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions