RvdH
RvdH
Sure you can, just be creative ``` // form validation $.fn.validation = function() { ... if ($('#forwardaddress').length) { $('#forwardaddress').toggleClass( 'req', $('#forwardenabled').is(':checked') ); } ... } ```
Just to give you a idea, when dealt with on a global level it is even better https://github.com/coax/hmailserver-webadmin/pull/41/commits/66d63645ae6f379763844751b3bd0f5a76a7926c As a global solution you perhaps could give those "conditional" fields some...
https://github.com/m13253/wifijam/blob/master/esp8266/wifijam/wifijam.ino
I am no expert either but I see the same Root and Intermediate certificates in the Windows certificate store when ran normally as Current User, Local Computer or even as...