[ Index ] |
MailPress 7.2 |
[ Index ] [ Classes ] [ Functions ] [ Variables ] [ Constants ] [ Statistics ] |
[Summary view] [Print] [Text view]
1 // settings_sendmail 2 3 jQuery(document).ready( function(){ 4 jQuery('.connection_sendmail').click( function() { 5 var a = jQuery(this); 6 if (a.val() == 'custom') jQuery('#sendmail-custom-cmd').show(); 7 else jQuery('#sendmail-custom-cmd').hide(); 8 }); 9 });
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue May 19 15:55:14 2020 | Cross-referenced by PHPXref 0.7.1 |