Need a help!

On Tue, Jan 6, 2009 at 14:19, thiago silvestre <thisilver....@gmail.com>wrote:

> Hello,
>
> I'm a beginner with jQuery. My function is not working.
> *
> jQuery:**
> *
> $(document).ready(function() {
>         $("a").filter("#click").click(function(){
>             $("div .six").toggleClass("div .two")
>         }).end()
>     });
>
> *HTML*
>
> <ul>
>   <li class="six"><a href="#" id="click">Click</a></li>
> </ul>
>
> Help-me plz.
> Tks :)))
>
> --
> Thiago Silvestre
> Web / Design / Illustration
> Portfolio: http://www.thisilver.com
> Msn/Gtalk: thisilver....@gmail.com
>



-- 
Thiago Silvestre
Web / Design / Illustration
Portfolio: http://www.thisilver.com
Msn/Gtalk: thisilver....@gmail.com

Reply via email to