search for: jcollicott

Displaying 3 results from an estimated 3 matches for "jcollicott".

Did you mean: collicutt
2005 Aug 08
3
AutoCompleter IE6 and SELECT Element Clash
Hello, I am using the AutoCompleter to great effect. However, the site design I have been constrained by has <select> elements/drop down boxes below the AutoCompleter field. This means that in Internet Explorer 6 the drop down elements appear on top of the floating DIV when rendered in the browser. Mozilla floats the DIV on top of the select elements as expected. Has anyone encountered,
2005 Jul 12
11
how to cancel/stop a script.aculo.us effect
I apologise for what is probably a totally noob question here, but I''m at a loss after pouring over the docs and the source code for prototype and scriptaculous... After you''ve started an effect, how do you access it to cancel or change it? I had assumed it was something like this: myEffect = new Effect.Appear(element, {duration:1.5}); myEffect.cancel(); ... but that
2005 Oct 07
0
Stopping Prototype''s PeriodicalExecuter()
Hi, I was wondering if there was a way to stop Prototype 1.3.1''s PeriodicalExecuter? I don''t see any start()/stop() methods off of that object in the API. I noticed that Ajax.PeriodicalUpdater has start() and stop() methods, but haven''t worked through the syntax enough to know how to have similar behavior in just the PeriodicalExecutor object itself. Thanks, Jess