fgc.takemonthoff.js 553 Bytes
jQuery(document).ready(function(a){a(".set-take-month-off").click(function(b){b.preventDefault(), a(".set-take-month-off").hasClass("disable") || (a(".set-take-month-off").addClass("disable"), a.ajax({type:"POST", dataType:"html", url:"?action=set-take-month-off", success:function(a){jQuery(".popup-container .popup").html(a), jQuery(".popup-container").fadeIn()}, error:function(){jQuery(".popup-container .popup").html("Sorry, have error when submit form. Please refresh page and test again. Thank you."), jQuery(".popup-container").fadeIn()}}))})});