SyntaxFix
Write A Post
Hire A Developer
Questions
$("input").bind('click', function(e){ if ($(this).val() == 'Yes') { $("body").append('whatever'); } });