[jQuery] CODE REVIEW: the fruits of today's labor - now with REAL CODE!

2007-03-29 Thread Andy Matthews
PM To: [jQuery] Subject: [jQuery] CODE REVIEW: the fruits of today's labor Okay... I finished my proof of concept for the project I've got. It works just as I want it to in IE6, IE7 and FF2. I wondered if you guys would mind testing it in whatever browsers you have as well as taking a look

Re: [jQuery] CODE REVIEW: the fruits of today's labor - now with REAL CODE!

2007-03-29 Thread Alex Ezell
Of *Andy Matthews *Sent:* Wednesday, March 28, 2007 4:59 PM *To:* [jQuery] *Subject:* [jQuery] CODE REVIEW: the fruits of today's labor Okay... I finished my proof of concept for the project I've got. It works just as I want it to in IE6, IE7 and FF2. I wondered if you guys would mind

Re: [jQuery] CODE REVIEW: the fruits of today's labor - now with REALCODE!

2007-03-29 Thread David Dexter
_ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andy Matthews Sent: Thursday, March 29, 2007 6:12 AM To: 'jQuery Discussion' Subject: [jQuery] CODE REVIEW: the fruits of today's labor - now with REALCODE! Sorry guys...I tried posting the code last night using the Google

Re: [jQuery] CODE REVIEW: the fruits of today's labor - now withREALCODE!

2007-03-29 Thread Andy Matthews
Dexter Sent: Thursday, March 29, 2007 9:26 AM To: 'jQuery Discussion' Subject: Re: [jQuery] CODE REVIEW: the fruits of today's labor - now withREALCODE! I would definitely consider adding close functionality to a menu that is already expanded. That way if a user clicks an arrow in the down state

Re: [jQuery] CODE REVIEW: the fruits of today's labor - now withREALCODE!

2007-03-29 Thread Brad Perkins
Dexter *Sent:* Thursday, March 29, 2007 9:26 AM *To:* 'jQuery Discussion' *Subject:* Re: [jQuery] CODE REVIEW: the fruits of today's labor - now withREALCODE! I would definitely consider adding close functionality to a menu that is already expanded. That way if a user clicks an arrow in the down

Re: [jQuery] CODE REVIEW: the fruits of today's labor - nowwithREALCODE!

2007-03-29 Thread David Dexter
:32 AM To: 'jQuery Discussion' Subject: Re: [jQuery] CODE REVIEW: the fruits of today's labor - nowwithREALCODE! Well, technically that's already there, but because of the way that I'm detecting open rows, if you click on a row that's already open, it has some weirdness to it. I'm going to change

Re: [jQuery] CODE REVIEW: the fruits of today's labor -nowwithREALCODE!

2007-03-29 Thread David Dexter
: Thursday, March 29, 2007 8:32 AM To: 'jQuery Discussion' Subject: Re: [jQuery] CODE REVIEW: the fruits of today's labor - nowwithREALCODE! Well, technically that's already there, but because of the way that I'm detecting open rows, if you click on a row that's already open, it has some

Re: [jQuery] CODE REVIEW: the fruits of today's labor -nowwithREALCODE!

2007-03-29 Thread Andy Matthews
: [jQuery] CODE REVIEW: the fruits of today's labor -nowwithREALCODE! Andy, I'd do something like this... $(document).ready( function(){ $('.row td img.open').bind(click, function() { var curImg = $(this); var id = curImg.parent().parent().attr

Re: [jQuery] CODE REVIEW: the fruits of today's labor-nowwithREALCODE!

2007-03-29 Thread Andy Matthews
That's SLICK! Thanks for the update David. Appreciated. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Dexter Sent: Thursday, March 29, 2007 11:11 AM To: 'jQuery Discussion' Subject: Re: [jQuery] CODE REVIEW: the fruits of today's labor-nowwithREALCODE! Never

[jQuery] CODE REVIEW: the fruits of today's labor

2007-03-28 Thread Andy Matthews
Okay... I finished my proof of concept for the project I've got. It works just as I want it to in IE6, IE7 and FF2. I wondered if you guys would mind testing it in whatever browsers you have as well as taking a look at the jQ code and telling me where I might be able to thin things out a bit.

Re: [jQuery] CODE REVIEW: the fruits of today's labor

2007-03-28 Thread Alex Ezell
Might we have a link? /alex On 3/28/07, Andy Matthews [EMAIL PROTECTED] wrote: Okay... I finished my proof of concept for the project I've got. It works just as I want it to in IE6, IE7 and FF2. I wondered if you guys would mind testing it in whatever browsers you have as well as taking a

Re: [jQuery] CODE REVIEW: the fruits of today's labor

2007-03-28 Thread Christopher Jordan
I didn't want to be the one to point that out in case I was missing out on something stupid. :o) Chris Alex Ezell wrote: Might we have a link? /alex On 3/28/07, *Andy Matthews* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Okay... I finished my proof of concept

Re: [jQuery] CODE REVIEW: the fruits of today's labor

2007-03-28 Thread Alex Ezell
Yeah, I read it a few times to make sure I wasn't going to out on a limb. /alex On 3/28/07, Christopher Jordan [EMAIL PROTECTED] wrote: I didn't want to be the one to point that out in case I was missing out on something stupid. :o) Chris Alex Ezell wrote: Might we have a link? /alex

Re: [jQuery] CODE REVIEW: the fruits of today's labor

2007-03-28 Thread Benjamin Sterling
We've all made that mistake :) -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] CODE REVIEW: the fruits of today's labor

2007-03-28 Thread Kenneth
The Emperor's new Code? (sorry couldn't resist!) On 3/28/07, Andy Matthews [EMAIL PROTECTED] wrote: Okay... I finished my proof of concept for the project I've got. It works just as I want it to in IE6, IE7 and FF2. I wondered if you guys would mind testing it in whatever browsers you have