SyntaxFix
Write A Post
Hire A Developer
Questions
You mean this:
jQuery("input.first").click(function(){ jQuery("input.second").trigger('click'); return false; });