Im still bashing my head against the wall on this one..

I have set up a minimized test page here:

http://www.galianoliving.com/lowtest.php

Lowpro.js is version 0.04
Prototype.js = 1.5.1


Any help you can offer would be greatly appreciated!!!



______________________________________________________________________
Alex Duffield ❖ Principal ❖ InControl Solutions . http:// 
www.incontrolsolutions.com



On 6-Jul-07, at 12:26 PM, Alex Duffield wrote:

> I am having a problem with Lowpro.js Event.addBehavior not passing  
> the element on to my function on IE. It works fine on Firefox and  
> Safari...
>
> Event.addBehavior({
> "#nav a:click" : function(event) { test(this); }
>       
> });
>
> var test = function(foo){
>       alert(foo.id);
> }
>
> On IE I get "undefined"
>
> Any ideas why?
>
>
> ______________________________________________________________________
> Alex Duffield ❖ Principal ❖ InControl Solutions . http:// 
> www.incontrolsolutions.com
>
>
>
>
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" 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/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to