Re: [jQuery] return false

2007-03-24 Thread Sebastián V . Würtz
a normal link. Alternatively, you could use another element (like a span, styled like an anchor) to achieve the same effect. On Mar 24, 8:30 am, Sebastián V. Würtz [EMAIL PROTECTED] wrote: I have a html like this div id=list ul lia href=data/cat1.htmcat1/a/li

[jQuery] return false

2007-03-23 Thread Sebastián V . Würtz
I have a html like this div id=list ul lia href=data/cat1.htmcat1/a/li ... /ul The html $('#list a').each(function(i){ $(this).click(function(event){ $(#list).fadeOut(slow).load(this.href); $(#list).fadeIn(slow);return false; })

Re: [jQuery] get element inside a div simple question

2007-03-02 Thread Sebastián V . Würtz
Ok, this is how my final (?) code look I think it have too many if, a function for make the same thing could help but at least it work and perfectly $(#toc).addClass(toc derecha); $(#toc).prepend('h2 id=toctitleTabla de contenidos\/h2ul id=genTOC\/ul'); counter = 1;