All you really need to do is store a variable of the id that is currently open so that you can close only that. For example, for Slashdot:{ new Effect.SlideUp(currentlyOpen); new Effect.SlideDown('slashdot');
currentlyOpen = 'slashdot';}Something along those lines. Though I don't really see
I'm using TinyMCE[1], a popular javascript WYSIWYG html editor. The
editor fails to work when I load Scriptaculous before it -- well
depending on the browser.
I can make my application load the javascript in a different order,
but just in case it's an issue in scriptaculous I thought I'd report.
I am trying to create a screen like Google's personalized home pages or
start.com, i.e., with draggable sections, with the extra feature that
the child items under the parent headings could be dragged and dropped
from one parent heading to another.
I have set up nested droppable sortables (dr
Hi all,
is there a way to define the containment option for a sortable so
that it is a class name instead of an id list?
I have a case very similar to the sortable lists demo, the only
difference is that I'm adding new list containers dinamically, so
either I need to redo the Sortable.create cal
Hello Everyone,
Just wanted to find out if scriptaculous has a patch for a error logging class?
Currently, I have found 2 javascript logging scripts (outside of scriptaculous).
Lumberjack: http://gleepglop.com/javascripts/logger/
log4js: http://jroller.com/page/stritti?entry=logging_in_javascrip