Skip to main content

Bug Tracker

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

Attachments (0)
Change History (2)

Changed July 04, 2006 09:23PM UTC by john comment:1

resolution: → fixed
status: newclosed

Fixed in SVN.

Changed July 04, 2006 09:43PM UTC by john comment:2

milestone: → 1.0
version: → 1.0