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?
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?