Side navigation
#33 closed bug (fixed)
Opened July 03, 2006 03:23PM UTC
Closed July 04, 2006 09:23PM UTC
Last modified June 20, 2007 03:20AM UTC
"z.o.complete has no properties" line 1292 on .show
Reported by: | glob | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.0 |
Component: | effects | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
jquery 1.0 alpha
i'm hiding some table rows on ready ..
$('.section-content tr.hidden').hide();
then showing them ..
$('.section tr:hidden').show("fast");
the show() results in multiple errors in firebug:
z.o.complete has no properties jquery.js line 1292
which is:
if( z.o.complete.constructor == Function ) {
Fixed in SVN.