[jQuery] Using noConflict with links

[jQuery] Using noConflict with links


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?