"use strict"; var count = 0; function call_filter(){ var cboxOptions = { width: '95%', height: '95%', maxWidth: '960px', maxHeight: '960px', } var $form = jQuery("#listingfilter"); //jQuery("#inline").colorbox({inline:true, href:$form}); jQuery.colorbox({inline:true, href:$form, width:"95%", height: "95%", maxWidth: '660px',maxHeight: '660px', }) } document.querySelector(".filter").addEventListener("click", function(){ if(count===0){ document.querySelector("#facets").style.display="block"; count=1; } else{ document.querySelector("#facets").style.display="none"; count=0; } }); var width = document.querySelector('#results').offsetWidth; var col; if(width<500){ col = 'col-lg-10 col-md-6 mx-auto'; } else if(width>500 && width<600){ col = 'col-lg-6 col-md-6'; } else if(width>600 && width<850){ col='col-lg-6 col-md-6'; } else{ col = 'col-lg-3 col-md-4'; } jQuery(function(){ var settings=''; var item_template = '
' + ' '+dirpro_data.Posted+' <%= obj.p_date %>'+ '
' + ''+ '<% if(obj.job_type !==""){ %><%= obj.job_type %><% } %>'+ '
' + '<% if(obj.deadline !==""){ %>' + ''+dirpro_data.deadline+' : <%= obj.deadline %>'+ '
<% } %>' + '' + '' + '
' + '