[Proto-Scripty] Re: Mouseenter & mouseleave aren't working correctly under FF.

2009-11-07 Thread indigo
No, i'm afraid that's not the problem. I've tried both and the bug stays. Thanks for the help. On 7 nov, 12:09, "Alex McAuley" wrote: > Its more than likely the findElement() that isnt working as the console.log > without using it works fine... > > What about somehting like this... > > var el=

[Proto-Scripty] Re: Some basic basic stuff

2009-11-07 Thread kstubs
Try naming the ID attribute different than the NAME attribute. On Nov 7, 12:49 pm, bill wrote: > Eugene Hourany wrote: > > Hi all, > > > I'm tearing my hair out trying to figure out why I keep getting a > > "element is null" error. Here's what my code looks like: > > > $('firstname').hide(); > >

[Proto-Scripty] Re: Some basic basic stuff

2009-11-07 Thread bill
Eugene Hourany wrote: > Hi all, > > I'm tearing my hair out trying to figure out why I keep getting a > "element is null" error. Here's what my code looks like: > > $('firstname').hide(); > > and I have > > > > and I get > > Error: $("firstname") is null > Source File: > file:///C:/Documents%20a

[Proto-Scripty] Object.extend equivelant

2009-11-07 Thread kstubs
The following is working, but I am looking for the pure prototypejs equivelant. So, what would the equivilant code be for var GymnastFind = Class.create(); Object.extend(Object.extend(GymnastFind.prototype, GridBuild.prototype)); Object.extend(Object.extend(GymnastFind.prototype, Ajax.Applicatio

[Proto-Scripty] Noob needs help with event handling

2009-11-07 Thread Rhiq
I'll try to explain what I am up to; feel free to slap me if I am really messing this up. I have a table that represents orders in a database, and it seems to be working fine. When the user clicks on an order a div is updated using an Ajax.updater call. This works well, the information is some

[Proto-Scripty] Re: Mouseenter & mouseleave aren't working correctly under FF.

2009-11-07 Thread Alex McAuley
Its more than likely the findElement() that isnt working as the console.log without using it works fine... What about somehting like this... var el=event.element(event); $(el).addClassName('doesntwork'); Alex Mcauley http://www.thevacancymarket.com - Original Message - From: "indigo

[Proto-Scripty] Re: Ajax.Request not sending request to server in IE8, but processing continues with stale/cached response

2009-11-07 Thread Alex McAuley
IE and a couple of other browsers cache get requests... If you want to fix it either use TJ's suggestion or use post and not get Alex Mcauley http://www.thevacancymarket.com - Original Message - From: Brad Whitaker To: prototype-scriptaculous@googlegroups.com Sent: Friday, Nove