Skip to main content

Bug Tracker

Side navigation

#256 closed bug (duplicate)

Opened October 08, 2006 05:19PM UTC

Closed October 13, 2006 12:40PM UTC

$('something').load('test.html').show("slow") won't work

Reported by: claudio.cicali@gmail Owned by:
Priority: minor Milestone:
Component: ajax Version: 1.0
Keywords: Cc:
Blocked by: Blocking:
Description

As the subject says, while $('something').load('test.html').show() (no param passed to show()) works, $('something').load('test.html').show("slow") shows nothing (and no error is triggered. Using FF 1.5.0.7

Attachments (0)
Change History (3)

Changed October 10, 2006 03:29PM UTC by brandon comment:1

This might be fixed in conjuction with #263.

Changed October 12, 2006 01:20AM UTC by matthewglins comment:2

This is most easily fixed bu reworking the snipit.

Try this:

$('something').load('test.html',function(){$('something').show("slow")});

That always works for me.

-Matt

Changed October 13, 2006 12:40PM UTC by joern comment:3

resolution: → duplicate
status: newclosed

See #263.