As far as I can tell, you are querying for the href attribute of a link when 
it's clicked, and you are storing it in a variable named activeTab, and then 
you are trying to fade this in. Why do you think it should work to fade in a 
string? At most, you can fade in a DOM element.

So, you need to select one.


Best regards,

Andreas

Reply via email to