/****************************************** Ajax functions defined in minified Version *******************************************/ jQuery(document).ready(function(a){a(".tab-btn").click(function(t){id=a(this).attr("id"),a(".tabs li").removeClass("active"),a(this).parent("li").addClass("active"),a.ajax({type:"post",url:book_landing_page_ajax.url,data:{action:"book_landing_page_cat_ajax",id:id},beforeSend:function(){a("#loader").fadeIn(500)},success:function(t){a(".tab-content").html(t)},complete:function(){a("#loader").fadeOut(500)}})})});