jQuery(document).ready(function(){

	jQuery(".sendAnswer").click( function () {
		jQuery(".jobsReply").show();
	});	

});