source: extensions/GrumPluginClasses/js/markup.formMail.min.js @ 12215

Last change on this file since 12215 was 12215, checked in by grum, 13 years ago

fix bugs
bug:2160 - CategorySelector : extended description are not managed
+add some functions to GPCCore

File size: 525 bytes
Line 
1/* file: markup.formMail.js - v1.0.0 | minified on 2011/09/20 with http://jscompress.com/ */
2$(window).bind("load",function(){$("#iSubmit").bind("click",function(){var a={email:$("#iEmail").val(),subject:$("#iSubject").val(),msg:$("#iMessageContent").val(),token:$("#iToken").val(),ajaxfct:"public.contact.sendMsg"};$.ajax({type:"POST",url:"plugins/GrumPluginClasses/gpc_ajax.php",async:true,data:a,success:function(a){result=$.parseJSON(a);if(result.result){$("#iGpcFormMail").html(result.msg)}else{alert(result.msg)}}})})})
Note: See TracBrowser for help on using the repository browser.