സാങ്കേതിക സർവ്വകലാശാല പരീക്ഷകൾ മാറ്റിവച്ചു.
");
jQuery.ajax ({
type: "POST",
url : "https://onlinevartha24x7.in/wp-admin/admin-ajax.php",
data: pdata,
dataType: "html",
success : function(resp){
//confirm(resp);
var datas=resp.split("@#");
jQuery(".pl-ticker-content-cnt-735").html(datas[0]);
jQuery(".pl-time-hour-735").html(datas[1]);
//confirm(resp);
apply_js();
}
});
}
jQuery(".pl-filter-item-735").find("li").click(function(){
var cat_id=jQuery(this).attr("data-tax-id");
var rand_id=jQuery(this).attr("data-id");
jQuery(this).siblings(".pw_active_filter").removeClass("pw_active_filter");
jQuery(this).addClass("pw_active_filter");
//Change title of ticker after click on filters
if(jQuery(this).attr("data-item")==="all")
var title=jQuery(this).attr("data-title");
else
var title=jQuery(this).html();
jQuery(".pl-ticker-title-735").html(title);
var pdata = {
action: "pw_fetch_ticker_cat_items",
postdata: jQuery(".pw_ticker_form_"+rand_id).serialize()+"&cat_id="+cat_id,
nonce: "dc6c17edf6",
};
jQuery(".pl-ticker-content-cnt-735").html("
");
jQuery.ajax ({
type: "POST",
url : "https://onlinevartha24x7.in/wp-admin/admin-ajax.php",
data: pdata,
dataType: "html",
success : function(resp){
//confirm(resp);
var datas=resp.split("@#");
jQuery(".pl-ticker-content-cnt-735").html(datas[0]);
jQuery(".pl-time-hour-735").html(datas[1]);
//confirm(resp);
apply_js();
}
});
});
function apply_js(){
//jQuery(".main-ticker-735").show();
jQuery(".pl-ticker-content-cnt-735").show();
jQuery(".pl-bloading-735").hide();
jQuery(".pl-slick-735").liMarquee({
direction:"left",
loop:-1,
scrolldelay: 0,
scrollamount:20,
circular: true,
drag: false,
});
}
apply_js();
});