Karl Swedberg schrieb:
Hi Shelane,

Looks like you just forgot the $ or jQuery before the opening parenthesis. This should work:

var initlink = $('a', 'div.nav_one_selected').attr("href");

--Karl

This would still not work, but this:

var initlink = $('a', $('div.nav_one_selected')).attr("href");


six eyes are better than two ;-)


-- klaus

Reply via email to