I am using this line:
var $this = $(this), link = $this.attr('href');

However I have had to use jQuery.noConflict()
How do I use jQuery() with this?

Reply via email to