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
This is what I see in the firebug console in firefox:
{{{ h(d).get(0) is undefined ellipsis()jquery...?body=1 (line 24) each(object=[div], callback=function(), args=undefined)jquery.js?body=1 (line 661) each(callback=function(), args=undefined)jquery.js?body=1 (line 275) ellipsis(b=[span.description], c=Object { ellipsis="...", setTitle="never", live=false})jquery...?body=1 (line 24) ellipsis()jquery...?body=1 (line 24) each(object=[span.description, span.description, span.description, 215 more...], callback=function(), args=undefined)jquery.js?body=1 (line 661) each(callback=function(), args=undefined)jquery.js?body=1 (line 275) ellipsis(b=undefined, c=undefined)jquery...?body=1 (line 24) (?)()live.js?body=1 (line 4) fire(context=Document live, args=[function()])jquery.js?body=1 (line 1065) fireWith(context=Document live, args=[function()])jquery.js?body=1 (line 1183) ready(wait=undefined)jquery.js?body=1 (line 438) DOMContentLoaded()jquery.js?body=1 (line 928) [Break On This Error](function%28a%29{function m%28%29{if%28!d%29{d=!0;...:l%28d.selector%29;return this}})(jQuery) }}}
Looks like maybe this is broken if a more recent jquery is used? -- please fix
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is what I see in the firebug console in firefox:
{{{
h(d).get(0) is undefined
ellipsis()jquery...?body=1 (line 24)
each(object=[div], callback=function(), args=undefined)jquery.js?body=1 (line 661)
each(callback=function(), args=undefined)jquery.js?body=1 (line 275)
ellipsis(b=[span.description], c=Object { ellipsis="...", setTitle="never", live=false})jquery...?body=1 (line 24)
ellipsis()jquery...?body=1 (line 24)
each(object=[span.description, span.description, span.description, 215 more...], callback=function(), args=undefined)jquery.js?body=1 (line 661)
each(callback=function(), args=undefined)jquery.js?body=1 (line 275)
ellipsis(b=undefined, c=undefined)jquery...?body=1 (line 24)
(?)()live.js?body=1 (line 4)
fire(context=Document live, args=[function()])jquery.js?body=1 (line 1065)
fireWith(context=Document live, args=[function()])jquery.js?body=1 (line 1183)
ready(wait=undefined)jquery.js?body=1 (line 438)
DOMContentLoaded()jquery.js?body=1 (line 928)
[Break On This Error](function%28a%29{function m%28%29{if%28!d%29{d=!0;...:l%28d.selector%29;return this}})(jQuery)
}}}
Looks like maybe this is broken if a more recent jquery is used? -- please fix
The text was updated successfully, but these errors were encountered: