[jQuery] Re: Help combining two small jquery scripts

2008-10-15 Thread illtron
I've made no progress on this. I only seem to be able to break it in different ways every time I make a change that seems right. Can anybody lend a hand? On Oct 9, 4:17 pm, illtron <[EMAIL PROTECTED]> wrote: > Hi, I posted this a few weeks ago but I didn't get any traction. I

[jQuery] Help combining two small jquery scripts

2008-10-09 Thread illtron
Hi, I posted this a few weeks ago but I didn't get any traction. I've been fumbling with it on and off since then, but I'm not getting anywhere. I figured it couldn't hurt to try again. I think I'm pretty close to getting this to work, but it's not quite there. This is essentially tab functionali

[jQuery] Re: Sort of like tabs... need to start with a random div and swap it out when clicking a link

2008-09-25 Thread illtron
I've been playing around with this, but I can't come up with a good solution. It seems like I can only break another thing when I fix one. On Sep 24, 4:24 pm, illtron <[EMAIL PROTECTED]> wrote: > I think I'm pretty close to getting this to work, but it's not qui

[jQuery] Sort of like tabs... need to start with a random div and swap it out when clicking a link

2008-09-24 Thread illtron
I think I'm pretty close to getting this to work, but it's not quite. This is essentially tab functionality, but the initially showing div needs to be randomly chosen. I can either show the random div initially, but then the links don't work. Alternatively, I can make the links work, but then I c

[jQuery] Re: Hiding other divs when I show one

2008-08-27 Thread illtron
]> wrote: > Do you have a link you can provide? Something online? > > > > -Original Message- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > > Behalf Of illtron > Sent: Wednesday, August 27, 2008 8:37 AM > To: jQuery (English) > Subject:

[jQuery] Re: Hiding other divs when I show one

2008-08-27 Thread illtron
I updated my script slightly to include the fade in/out, but still no progress on the bigger problem of hiding other forms when clicking inside of a new searchpanel. On Aug 27, 11:29 am, illtron <[EMAIL PROTECTED]> wrote: > Here you go. This example functions how I initially des

[jQuery] Re: Hiding other divs when I show one

2008-08-27 Thread illtron
Message- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > > Behalf Of illtron > Sent: Wednesday, August 27, 2008 8:37 AM > To: jQuery (English) > Subject: [jQuery] Hiding other divs when I show one > > I'm working on a script, and I've got it working ab

[jQuery] Re: Hiding other divs when I show one

2008-08-27 Thread illtron
rom: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > > Behalf Of illtron > Sent: Wednesday, August 27, 2008 8:37 AM > To: jQuery (English) > Subject: [jQuery] Hiding other divs when I show one > > I'm working on a script, and I've got it working about halfway. Th

[jQuery] Hiding other divs when I show one

2008-08-27 Thread illtron
I'm working on a script, and I've got it working about halfway. The page will show a bunch of panels, and clicking a link hides a text div and shows a form. Here's the jQuery. Right now, it toggles the searchform and panel_text divs in the same searchpanel div. I'd like to have it so that when yo

[jQuery] Hiding other divs when I show one

2008-08-27 Thread illtron
I'm working on a script, and I've got it working about halfway. The page will show a bunch of panels, and clicking a link hides a text div and shows a form. Here's the jQuery. Right now, it toggles the searchform and panel_text divs in the same searchpanel div. I'd like to have it so that when yo

[jQuery] Re: beginner question on show/hide and reusing functions

2008-05-08 Thread illtron
e options... >       so.hide('slow', function(){ //when options are hidden... >           //...show the target searchbox... >           t.show('slow', function(){ anim = false; }); >         }); >     } >     return false; >   }); > > }); > > On May 8, 1:52 am, illt

[jQuery] beginner question on show/hide and reusing functions

2008-05-07 Thread illtron
I'm new to (writing anything myself with) jQuery, so bear with me if this is a boneheaded question. I'm trying to build a box that starts with six options, then if you click one of them, that content fades out, and is replaced with the content for that option. (You're given a different search box