Even fixed my code to traverse is wrong somehow; that's the core of the issue. The code in the example page was more to show the body of the problem, but I'll get that fixed when I return from lunch.

Thanks.

T.J. Simmons
Sent from my iPhone

On Dec 10, 2009, at 12:19 PM, "Mauricio \(Maujor\) Samy Silva" <css.mau...@gmail.com > wrote:

Firebug points out the following:

1-) There is a missing (

$("#test").click(function) {
should be:
$("#test").click(function () {

2-) and say more:

$detais is not defined.

Fix these issues

Regards

MaurĂ­cio

-----Mensagem Original-----
De: T.J. Simmons
Para: jQuery (English)
Enviada em: quinta-feira, 10 de dezembro de 2009 15:36
Assunto: [jQuery] Re: Traversing Help

Sorry, the right link is http://jsbin.com/ekuyo

Reply via email to