Re: [jQuery] Hide All Except One (tabs)

2007-03-13 Thread Charles Stuart
; Charles > > > On 3/12/07, Bruce <[EMAIL PROTECTED]> wrote: > Charles, > it works great in firefox, but in ie6 on a pc I get a blank page when > clicking on the other two links... > > Bruce P > bkdesign > > - Original Message - > From: "Charles S

Re: [jQuery] Hide All Except One (tabs)

2007-03-12 Thread Karl Swedberg
when clicking on the other two links... Bruce P bkdesign - Original Message - From: "Charles Stuart" <[EMAIL PROTECTED]> To: Sent: Monday, March 12, 2007 3:36 PM Subject: [jQuery] Hide All Except One (tabs) Hello, An implementation of tabs using jquery. * ht

Re: [jQuery] Hide All Except One (tabs)

2007-03-12 Thread Yansky
a blank page when >> > clicking on the other two links... >> > >> > Bruce P >> > bkdesign >> > >> > - Original Message - >> > From: "Charles Stuart" <[EMAIL PROTECTED]> >> > To: >> > Sent: Mo

Re: [jQuery] Hide All Except One (tabs)

2007-03-12 Thread Bruce
BKDesign Solutions - Original Message - From: "Charles Stuart" <[EMAIL PROTECTED]> To: "jQuery Discussion." Sent: Monday, March 12, 2007 7:54 PM Subject: Re: [jQuery] Hide All Except One (tabs) > >From what I can tell, it wasn't working because of this bu

Re: [jQuery] Hide All Except One (tabs)

2007-03-12 Thread Charles Stuart
n a pc I get a blank page when > > clicking on the other two links... > > > > Bruce P > > bkdesign > > > > - Original Message - > > From: "Charles Stuart" <[EMAIL PROTECTED]> > > To: > > Sent: Monday, March 12, 200

Re: [jQuery] Hide All Except One (tabs)

2007-03-12 Thread Charles Stuart
-- > From: "Charles Stuart" <[EMAIL PROTECTED]> > To: > Sent: Monday, March 12, 2007 3:36 PM > Subject: [jQuery] Hide All Except One (tabs) > > > > Hello, > > > > An implementation of tabs using jquery. > > * http://enure.net/dev/hide-all-exce

Re: [jQuery] Hide All Except One (tabs)

2007-03-12 Thread Andy Matthews
Same in IE7. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bruce Sent: Monday, March 12, 2007 2:53 PM To: discuss@jquery.com Subject: Re: [jQuery] Hide All Except One (tabs) Charles, it works great in firefox, but in ie6 on a pc I get a blank page

Re: [jQuery] Hide All Except One (tabs)

2007-03-12 Thread Bruce
Charles, it works great in firefox, but in ie6 on a pc I get a blank page when clicking on the other two links... Bruce P bkdesign - Original Message - From: "Charles Stuart" <[EMAIL PROTECTED]> To: Sent: Monday, March 12, 2007 3:36 PM Subject: [jQuery] Hide All

[jQuery] Hide All Except One (tabs)

2007-03-12 Thread Charles Stuart
Hello, An implementation of tabs using jquery. * http://enure.net/dev/hide-all-except-one/ (demo) * http://enure.net/dev/hide-all-except-one/hideAllExcept.js (js) I think it's pretty simple. Just 15 lines... Any feedback is appreciated. best, Charles