I\'m not quite sure if I\'m not using this in the correct scope or what, but I have a script that basically captures a link click and causes the page to fade out before goin
Use: $(this).attr instead of this.attr
$(this).attr
this.attr
This forces it into the context of jQuery.