On 7-Dec-05, at 8:56 PM, Trevor Squires wrote:
I was wondering if anyone has seen (or completed) an effect to make
something 'bounce' like icons do in the OS X dock when you launch
them? Something that looks like there's a bit of gravitational
behavior to it?
Try looking at Effect.Shake a
Cheers,
I have a form with an input inside that I want to be able to submit by
itself (I want to let the user create new tags with this input and use them
to tag the whole content that is posted by the rest of the form).
I have this layout:
<%= link_to_remote "Schlüsselwort hinzufügen",
Sorry to reply to myself...
I experiment this code and it seems to work fine for me :
--8<
var highlights = {
'_highlight': {},
'right': function() {
if (!this._highlight['right']) {
this._
Hi to all,
> Hi Amol,
> thank you for the reply.
>
>> new Ajax.Updater('acc','tools/head_info.php',{asynchronous:true, *
>> onSuccess=highlightacc*});
>>
>> *var highlightacc = function(originalRequest) {
>> new Effect.Highlight('acc');
>> }
> good... but you think it's possible to recall high
On 12/9/05, Thomas Fuchs <[EMAIL PROTECTED]> wrote:
> > Is there a workaround ?
>
> new Effect.Highlight('right',{queue:'end'});
>
> This will use the effect queuing feature of script.aculo.us to make
> sure that the Effect.Highlight calls will not clash and will be
> executed in order.
>
Well, it
On 12/9/05, Thomas Fuchs <[EMAIL PROTECTED]> wrote:
>
> Am 08.12.2005 um 08:49 schrieb Nicolas Terray:
> >
> > If I 'mouseover' the first select box, the second will be
> > highlighted. Great.
> > If I 'mouseover' and rapidly 'mouseout-mouseover' the first select box
> > whereas the effect is not f
Am 08.12.2005 um 08:49 schrieb Nicolas Terray:
If I 'mouseover' the first select box, the second will be
highlighted. Great.
If I 'mouseover' and rapidly 'mouseout-mouseover' the first select box
whereas the effect is not finished, the second select box will be
freezed, i.e. the select box r
Hey guys,
I recently published an article documenting some of the more useful
and interesting parts of Prototype's Enumerable, Hash and Array objects.
You can find it here: http://encytemedia.com/blog/articles/
2005/12/07/prototype-meets-ruby-a-look-at-enumerable-array-and-hash
If you have