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