$(document).ready(function(){ $("#contact-reset").bind("click",function(){ $("#theme-select").html("Seleccione"); $("#theme-select").next().children(".select-option-value").val(""); }); $("#contact-submit").bind("click",function(){ $.ajax({ url: "http://www.pdcresports.com/web/modules/contacto/engine/exec.snx", type: "post", data: $("#contact").serialize(), success: function(data) { $("#result").html(data); } }); }); $("#captchabutton").bind("click",function(e) { $("#captcha").attr("src","http://www.pdcresports.com/common/modules/securimage/securimage_show.php?" + Math.random()); }); });