On Fri, Jan 29, 2010 at 4:19 PM, Erik <eriks...@mac.com> wrote: > var activeTab = $(this).find("a").attr("href"); //Find the rel
Delete the find("a") bit and you're good. http://jsbin.com/ufagi3/edit Nathan
On Fri, Jan 29, 2010 at 4:19 PM, Erik <eriks...@mac.com> wrote: > var activeTab = $(this).find("a").attr("href"); //Find the rel
Delete the find("a") bit and you're good. http://jsbin.com/ufagi3/edit Nathan