SyntaxFix
Write A Post
Hire A Developer
Questions
Try:
$(document).ready(function(){ $('a .sign_new').click(function(){ alert('Sign new href executed.'); }); });
You've mixed up the class and href names / selector type.
class
href