jQuery(function($) {$(document).ready(function() { $("#ithemes-contact-page-send").click( function(e) { $("#ithemes-contact-page-form").append(''); } ); });});