[jQuery] Re: .click() issue in FireFox

2007-09-12 Thread Jacob Stuart
Not sure I follow a 100% percent, but I'll make the assumption that you are wanting to execute the onclick event in these various rows when you click some other element on the page. With that said, maybe you should try: $('selector for element that gets clicked').click( function() { $('#Resul

[jQuery] Re: .click() issue in FireFox

2007-09-11 Thread George Blouin
I think I got buried in a lot of updates...anyone have any input on this issue? Thanks, George On Sep 10, 4:54 pm, George Blouin <[EMAIL PROTECTED]> wrote: > I have rows of data that look like this > > onmouseover="this.className = 'Highlight';" > onmouseout="this.className = 'MainRow';" > oncl