jquery to remove link from class

How about something like:

skuid.$(‘.nx-fieldtext a’).click(function(e){e.preventDefault()});