"); $drop = $_this.find(".simondrop select"); $drop.append(""); $.each($uldata,function(i,o){ $drop.append(""); }); $drop.change(function(){ var drop_val = $(this).find("option:selected").text(); $(".clear_filters_global").show(); $_this.find(".filter_ul li.add_filter").removeClass("checked"); $_this.find(".filter_ul li.add_filter").filter(function(){ return ($(this).text() == drop_val); }).addClass("checked"); simondoit(); }); }); } function doSliders(){ $("li.sfslider").each(function(){ $("li.sfslider").removeClass("collapsible expanded"); var $_this = $(this); var filterid = $_this.attr("filterid"); /* var cookie = $.cookie("simonfilters_sliders_cat_64_"+filterid); if(cookie){ $_this.find(".filter_ul ul").empty(); $jsonObject = JSON.parse(cookie); $.each($jsonObject,function(i,o){ $_this.find(".filter_ul ul").append(""+ o.text +"") }); } */ var $uldata = []; $_this.find(".filter_ul li").hide(); var $checked_lower=-1; var $checked_upper=-1; var $i=0; if($_this.find(".filter_ul li.add_filter[class~='checked']").length==0){ $_this.find(".filter_ul li.add_filter:first").addClass("checked").removeClass("unchecked"); $_this.find(".filter_ul li.add_filter:last").addClass("checked").removeClass("unchecked"); } $_this.find(".filter_ul li.add_filter").each(function(){ $uldata.push($(this).text()) if($(this).hasClass("checked")){ if($checked_lower==-1){ $checked_lower = $i; }else{ $checked_upper = $i; } } $i++; }); if($checked_lower==-1)$checked_lower=0; if($checked_upper==-1)$checked_upper=$checked_lower; $_this.find(".filter_ul").append(""); //$_this.find(".filter_ul").parent().after(""); $("#amount"+ filterid).html( $uldata[$checked_lower] +' - '+ $uldata[$checked_upper]); /* persistent_sliders["simonfilters_sliders_cat_64_"+filterid]={ 'cookie':"simonfilters_sliders_cat_64_"+filterid, 'html': '' } */ $_this.find(".filter_ul .simonrange").slider({ min: 0, max: $uldata.length - 1, values: [$checked_lower, $checked_upper], range:true, slide: function(event, ui) { $("#amount"+ filterid).html( $uldata[ui.values[0]] + ' - '+ $uldata[ui.values[1]] ); }, change: function(event, ui) { $( "#simonfilters_price-range" ).addClass("checked_price"); $(".clear_filters_global").show(); $_this.find(".filter_ul li.add_filter").removeClass("checked"); $_this.find(".filter_ul li.add_filter").filter(function(){ return ($(this).text() == $uldata[ui.values[0]] || $(this).text() == $uldata[ui.values[1]]); }).addClass("checked"); var $jsonObject = []; $_this.find(".filter_ul li.add_filter").each(function(){ $jsonObject.push({ 'id':$(this).attr("id"), 'cssclass':$(this).attr("class"), 'text':$(this).text() }); $uldata.push($(this).text()) $i++; }); //$.cookie("simonfilters_sliders_cat_64_"+filterid,JSON.stringify($jsonObject)); simondoit(); } }); }); } sortli(); doColumns(); domore(); doCacheBuster(); doSliders(); doDropdowns(); $("ul.text_type_horizontal li.add_filter").live("mouseover mouseout",function (event) {if (event.type == "mouseover"){$(this).addClass("simonover");}else{$(this).removeClass("simonover")};}) if(simonfilters_front_end_diagnostics){ if($(containerID).length==0){ alert('Warning: Simonfilters is incorrectly configured.\n\nGo to admin and enter valid HTML Object IDs.\n\nIf problem persists, disable SimonFilters and contact Simon: oc@simonoop.com'); return false; } } $(".add_filter, .clear_filters_local, .clear_filters_global").die(); $(".add_filter, .clear_filters_local, .clear_filters_global").unbind(); $("li.collapsible div.filter_title").die(); $("li.collapsible div.filter_title").unbind(); $(".add_filter, .clear_filters_local, .clear_filters_global").live('click', function(){ switch($(this).hasClass('clear_filters_local')||$(this).hasClass('clear_filters_global')){ case true: if($(this).hasClass('clear_filters_local')){ if($(this).closest("li").find("li.add_filter").hasClass('radiochecked') || $(this).closest("li").find("li.add_filter").hasClass('radiounchecked')){ $(this).closest("li").find("li.add_filter").removeClass('radiochecked').addClass('radiounchecked'); } $(this).closest("li").find("li.add_filter").removeClass('checked').addClass('unchecked'); $(this).fadeOut(100); $checkedfilters = $($(".add_filter[class~='checked']").map(function() { return this.id; })).toArray() ; if($checkedfilters.length==0)$(".clear_filters_global").fadeOut(100); } if($(this).hasClass('clear_filters_global')){ $(".add_filter:not([class*='simonfilters_price'])").removeClass('checked').addClass('unchecked'); //if($(this).closest("li").find("li.add_filter").hasClass('radiochecked') || $(this).closest("li").find("li.add_filter").hasClass('radiounchecked')){ $(".add_filter[class*='radiochecked']").removeClass('radiochecked').addClass('radiounchecked'); //} $(".clear_filters_local").hide(); $(this).fadeOut(100); if(pricetype==1 && showprice){ minprice_slider = 0; maxprice_slider = 0; $( "#simonfilters_price-range" ).removeClass("checked_price"); } } break; case false: $(this).toggleClass('checked').toggleClass('unchecked'); if($(this).hasClass('radiochecked') || $(this).hasClass('radiounchecked')){ $(this).siblings() .removeClass("checked").addClass("unchecked") .removeClass("radiochecked").addClass("radiounchecked"); $(this).toggleClass('radiochecked').toggleClass('radiounchecked'); } $checkedfilters = $($(".add_filter[class~='checked']").map(function() { return this.id; })).toArray() ; if($(this).hasClass('checked' )){ $(this).closest('li.filter_group').find('.clear_filters_local').show(); }else{ if($(this).siblings(".checked").length==0)$(this).closest('li.filter_group').find('.clear_filters_local').hide(); } $checkedfilters.length==0?$(".clear_filters_global").hide():$(".clear_filters_global").show(); break; } simondoit(); }); var simondoit = function(){ if(force_siblings || position=='content_top'){ $(".simonfilters").siblings().not("style,script").fadeTo(200, 0.20); }else{ $(containerID).fadeTo(200, 0.20); } $checkedfilters = $($(".add_filter[class~='checked']").map(function() { return this.id; })).toArray() ; $pricefilters = {}; if($( "#simonfilters_price-range" ).length>0 && $( "#simonfilters_price-range" ).hasClass('checked_price')){ $priceRange = $( "#simonfilters_price-range" ).slider("values"); $priceRange[0]=$priceRange[0].toString().replace(/[\.,]/,'SFS'); $priceRange[1]=$priceRange[1].toString().replace(/[\.,]/,'SFS'); $checkedfilters.push('p.1.1.'+ $priceRange); } function getURL(theUrl, extraParameters) { var extraParametersEncoded = $.param(extraParameters); var seperator = theUrl.indexOf('?') == -1 ? "?" : "&"; return(theUrl + seperator + extraParametersEncoded); } if(simonfilters_disableajax){ url = urlAjax; url = url.replace(/&forcefiltersupdate=.*/,''); url = url.replace(/forcefiltersupdate=.*/,''); url = getURL(url, {forcefiltersupdate:true, checkedfilters:$checkedfilters}); document.location.href=url; }else{ $.ajax({ type: 'GET', data: {forcefiltersupdate:true, checkedfilters:$checkedfilters}, url: urlAjax, headers: {"X-Requested-With":"SimonFilters"}, success: function(data){ $data =$(data); var has_checked_price = false; if(simonfilters_dynamic || came_with_payload){ $(containerID).html($data.find(containerIDtarget).html()); $filterHTML = $data.find("div.simonfilters").html(); $("div.simonfilters").html( $filterHTML ); came_with_payload = false; }else{ simonfilters_current_html = $(".simonfilters").html(); $data.find(".simonfilters").html(simonfilters_current_html); $(containerID).html($data.find(containerIDtarget).html()); } if(force_siblings || position=='content_top'){ $(".simonfilters").siblings().not("style,script").fadeTo(100, 1); }else{ $(containerID).fadeTo(100, 1); } $data.filter("script").each(function(idx, val) { if($(val).attr("src")!=undefined){ if(execute_external_js){ if(!$(val).attr("src").match(ignore_scripts_names)){ if(!$(val).attr("src").match(/jquery/)){ $.getScript($(val).attr("src")); } } } }else{ if(val.text!=''){ if(!ignore || (ignore && !val.text.match(ignore_text))){ evaltext =val.text; if(!evaltext.match(/document.write|jCarouselLite/)){ evaltext = evaltext.replace(/\/\/-->/,''); evaltext = evaltext.replace(/ Inventory Filters
Make[X]
Capacity[X]
- 6,000LB (5)
- 4,500 LB (2)
- 6000LBS (1)
Fuel[X]
Tire[X]
Terimakasih anda telah membaca artikel tentang Pallet Jack - Coast 2 Coast Forklifts Inventory. Jika ingin menduplikasi artikel ini diharapkan anda untuk mencantumkan link https://pall-et.blogspot.com/2016/05/pallet-jack-coast-2-coast-forklifts.html. Terimakasih atas perhatiannya.