Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #4204 (closed defect: invalid)

Opened 2 years ago

Last modified 2 years ago

Effect.Fade and Effect.Appear must use an element's id instead of "this"?

Reported by: daniel@flyingmachinestudios.com Assigned to: thomas@fesch.at
Priority: normal Milestone:
Component: script.aculo.us Version:
Severity: minor Keywords:
Cc:

Description

Hi,

When I fade an element using

new Effect.Fade(this)

I can't get it to reappear by using

new Effect.Appear($('element-id'))

Thanks for all your work! This is awesome!

Change History

03/13/06 03:21:57 changed by anonymous

  • status changed from new to closed.
  • resolution set to invalid.

Please refer to the mailing list or IRC channel if you are looking for help with your script. Check for spelling mistakes, check the javascript console. The Effect code works with object references as well as with element ids.