jQuery: The Write Less, Do More JavaScript Library

Ticket #256 (closed bug: duplicate)

Opened 2 years ago

Last modified 1 year ago

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

Reported by: claudio.cicali@… Assigned to: anonymous
Type: bug Priority: minor
Milestone: Component: ajax
Version: 1.0 Keywords:
Cc: Needs:

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

Change History

Changed 2 years ago by brandon

This might be fixed in conjuction with #263.

Changed 2 years ago by matthewglinski@…

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 2 years ago by joern

  • status changed from new to closed
  • resolution set to duplicate

See #263.

Note: See TracTickets for help on using tickets.