Bug Tracker

Opened 17 years ago

Closed 17 years ago

Last modified 16 years ago

#33 closed bug (fixed)

"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 ) {

Change History (2)

comment:1 Changed 17 years ago by john

Resolution: fixed
Status: newclosed

Fixed in SVN.

comment:2 Changed 17 years ago by john

Milestone: 1.0
Version: 1.0
Note: See TracTickets for help on using tickets.