[jQuery] Re: click on a link and have a table appear - can't get it to work

2008-04-05 Thread Rick Faircloth
Let's make a few adjustments to your code and see what happens... First (and something I used to forget when I first started), do you have your jquery referenced in the head section of your document? Now, the jquery... try this: $(document).ready(function() { $('#col1'

[jQuery] Re: click on a link and have a table appear - can't get it to work

2008-04-05 Thread Theodore Ni
Shouldn't it be Schedule On Sat, Apr 5, 2008 at 9:09 AM, ktpmm5 <[EMAIL PROTECTED]> wrote: > > I'm a newbie to jquery, so no flames please...I have a basic 3 column > web > page - nav, center and left. That works great. My left column is > navigation. When I click on a link on the left nav p