I think you can avoid the setInterval function by using Ajax.Responders.
http://www.prototypejs.org/api/ajax/responders
Ajax.Responders.register({
onComplete: function()
{
new AnchorChecker();
}
});
-Hector
On Thu, Oct 9, 2008 at 12:52 PM, Justin Perkins <[EMAIL PROTECTED]>wrote:
>
> On Thu, Oct 9, 2008 at 1:56 PM, Mauro Marchiori Neto
> <[EMAIL PROTECTED]> wrote:
> > This works flawlessly!
>
> Yes I think I forgot the most important line, glad you got it working :)
>
> -justin
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---