PATH:
home
/
letacommog
/
entrepro
/
wp-content
/
plugins
/
dokan-pro
/
assets
/
src
/
js
// Coupon (function($) { $.validator.setDefaults({ ignore: ":hidden" }); var validatorError = function(error, element) { var form_group = $(element).closest('.form-group'); form_group.addClass('has-error').append(error); }; var validatorSuccess = function(label, element) { $(element).closest('.form-group').removeClass('has-error'); }; var Dokan_Coupons = { init: function() { var self = this; this.couponsValidation(self); }, couponsValidation: function(self) { $("form.coupons").validate({ errorElement: 'span', errorClass: 'error', errorPlacement: validatorError, success: validatorSuccess }); } }; Dokan_Coupons.init(); })(jQuery);
[+]
..
[-] shipping.js
[edit]
[-] product.js
[edit]
[-] admin.js
[edit]
[-] announcement.js
[edit]
[-] product-variation.js
[edit]
[-] store-seo.js
[edit]
[-] reviews.min.js
[edit]
[-] inline-editable-table.js
[edit]
[-] reviews.js
[edit]
[-] coupon.js
[edit]