[jQuery] Re: Click to Call a Function Part 2

2007-07-22 Thread Glen Lipka
ups.com *Subject:* [jQuery] Re: Click to Call a Function Part 2 Wait ... trees don't have one branch!? Actually, I tend think of the html as the whole tree and the head tag as the roots of the tree. The body tag is the trunk and all the tags within make up the branches of the tree. But up

[jQuery] Re: Click to Call a Function Part 2

2007-07-22 Thread Mitchell Waite
lto:[EMAIL PROTECTED] On Behalf Of Brandon Aaron Sent: Sunday, July 22, 2007 9:14 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Click to Call a Function Part 2 Wait ... trees don't have one branch!? Actually, I tend think of the html as the whole tree and the head tag as the ro

[jQuery] Re: Click to Call a Function Part 2

2007-07-22 Thread Karl Swedberg
ron Sent: Saturday, July 21, 2007 8:37 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Click to Call a Function Part 2 On 7/21/07, Mitchell Waite <[EMAIL PROTECTED]> wrote: I believe I am getting it. I bet all the luckers are rolling on the floor with laughter at my naivety.

[jQuery] Re: Click to Call a Function Part 2

2007-07-22 Thread Brandon Aaron
me a raindrop meandering down a wet window is easier to visualize. I swear to DOM I will get it one day! *From:* jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Brandon Aaron *Sent:* Saturday, July 21, 2007 8:37 PM *To:* jquery-en@googlegroups.com *Subject:* [jQuery] Re:

[jQuery] Re: Click to Call a Function Part 2

2007-07-21 Thread Glen Lipka
urday, July 21, 2007 8:37 PM *To:* jquery-en@googlegroups.com *Subject:* [jQuery] Re: Click to Call a Function Part 2 On 7/21/07, *Mitchell Waite* <[EMAIL PROTECTED]> wrote: I believe I am getting it. I bet all the luckers are rolling on the floor with laughter at my naivety. You won&

[jQuery] Re: Click to Call a Function Part 2

2007-07-21 Thread Mitchell Waite
ne day! From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brandon Aaron Sent: Saturday, July 21, 2007 8:37 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Click to Call a Function Part 2 On 7/21/07, Mitchell Waite <[EMAIL PROTECTED]> wrote: I believe I am getting it.

[jQuery] Re: Click to Call a Function Part 2

2007-07-21 Thread Mitchell Waite
lways wanting something and now you have me to deal with too J Mitch From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Glen Lipka Sent: Saturday, July 21, 2007 7:33 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Click to Call a Function Part 2 here is a demo of t

[jQuery] Re: Click to Call a Function Part 2

2007-07-21 Thread Brandon Aaron
On 7/21/07, Mitchell Waite <[EMAIL PROTECTED]> wrote: I believe I am getting it. I bet all the luckers are rolling on the floor with laughter at my naivety. You won't find anyone laughing at you here. Learning is what this community is all about! You are asking some very good questions. I kno

[jQuery] Re: Click to Call a Function Part 2

2007-07-21 Thread Glen Lipka
len Lipka *Sent:* Saturday, July 21, 2007 5:22 PM *To:* jquery-en@googlegroups.com *Subject:* [jQuery] Re: Click to Call a Function Part 2 $(this) is the anchor link the user clicked on. What is nice about jquery is the whole concept of $(this). Once you know what the user moused over or clic

[jQuery] Re: Click to Call a Function Part 2

2007-07-21 Thread Mitchell Waite
mean the class has a css statement in it for background-color: #FF for example? Mitch From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Glen Lipka Sent: Saturday, July 21, 2007 5:22 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Click to Call a Function Pa

[jQuery] Re: Click to Call a Function Part 2

2007-07-21 Thread Glen Lipka
nner $("#console a." + type).fadeIn(1000); Takes any link that has been clicked and somehow comes up with a string like mouse over, but god only knows how it works. Thanks for all the emails, I'll take as many as you can deliver. I'm going to wait til

[jQuery] Re: Click to Call a Function Part 2

2007-07-21 Thread Glen Lipka
Ok, sorry for the 4 emails. A better way: http://www.commadot.com/jquery/events/ Also, here is a way to get fancy pants with it. Uses Brandon's behavior plugin. My first use of it. http://www.commadot.com/jquery/events/append.htm Glen On 7/21/07, Glen Lipka <[EMAIL PROTECTED]> wrote: Ok, sor

[jQuery] Re: Click to Call a Function Part 2

2007-07-21 Thread Glen Lipka
Ok, sorry, Im dense today and clicking "send" too quickly. :( Yes, there is a better way. Ill whip up a demo. brb Glen On 7/21/07, Glen Lipka <[EMAIL PROTECTED]> wrote: I didnt quite understand what you are saying for the follow up questions. 1. best way to do what? 2. Which statement is gett

[jQuery] Re: Click to Call a Function Part 2

2007-07-21 Thread Glen Lipka
I didnt quite understand what you are saying for the follow up questions. 1. best way to do what? 2. Which statement is getting repeated that you dont want to? Glen On 7/21/07, Glen Lipka <[EMAIL PROTECTED]> wrote: The height of the div id=nest is 208px, but the image inside it is 260px; Line

[jQuery] Re: Click to Call a Function Part 2

2007-07-21 Thread Glen Lipka
The height of the div id=nest is 208px, but the image inside it is 260px; Line 40. Make them both 260 and it should stop clipping. Glen On 7/21/07, Mitchell Waite <[EMAIL PROTECTED]> wrote: Its Mitch again learning about clicks and events:) I set up this test page http://www.whatbird.com/ww