Displaying 1 result from an estimated 1 matches for "a5578618".
Did you mean:
557618
2006 Jul 31
2
RJS: hide element problem
Hi,
I am trying to hide a "intro" text shown to user the first time after he has
made a search, in the website with RJS/Prototype "hide".
I get the following error:
RJS Error:
Type Error: element has no properties.
The text I would like to hide is in a div called "intro" and in my RJS I
tried:
- page.hide[:intro] as well as
- page.hide ''intro''