File-1422288378
File-1422288318
File-1422287994
File-1422287907
File-1421941520
File-1421431827
File-1421427336
File-1421359086
File-1421358839
File-1421168388
"+jQuery(this).val());
var inqType = jQuery(this).val();
if( inqType == "RMA" || inqType == "Order Status" ){
jQuery("#toemail").val("cs@strangeengineering.net");
}else if( inqType == "Price Quote" ){
jQuery("#toemail").val("orders@strangeengineering.net");
}else if( inqType == "Technical Support" ){
jQuery("#toemail").val("orders@strangeengineering.net");
//jb@strangeengineering.net,lisa@strangeengineering.net,js@strangeengineering.net,
}
});
//edit billing address for dealer
var purl = window.location.href;
arr = purl.split("/");
var lo = '0';
//console.log('---'+lo);
if( arr.indexOf('edit-address') > 0 && arr.indexOf('billing') > 0 && lo == 1 ){
jQuery('button[name="save_address"]').click(function(e){
if(confirm('Your account will temporarily lock. Are you sure?') ){
return true;
}else{
return false;
}
});
}
jQuery("#table_33_row_30").remove();
jQuery("#table_33_row_47").remove();
jQuery("#table_33_row_4").remove();
jQuery(".wdt-skin-dark.data-t").after('');
jQuery(".prdctfltr_woocommerce_filter .pf_ajax_css-spinner-full-01").addClass('prdctfltr_active');
jQuery(".prdctfltr_woocommerce_ordering").show();
jQuery('.prdctfltr_checkboxes').length > 0
var p_id = '14918';
if( p_id == 14458 ){
jQuery(".page-id-14458 tbody tr td").click(function(e){
//console.log(jQuery(this).closest('tr').attr('id')+"-"+jQuery(this).attr('class').trim());
var popid = jQuery(this).closest('tr').attr('id')+"-"+jQuery(this).attr('class').trim();
jQuery("body").css("overflow","hidden");
e.preventDefault();
jQuery(".overlay").removeClass("target");
jQuery("."+popid + ".overlay").addClass("target");
});
}
if( p_id == 44442 || p_id == 38419 ){
jQuery(".page-id-"+p_id+" tbody tr td").click(function(e){
var popid = jQuery(this).closest('tr').attr('id')+"-"+jQuery(this).attr('class').trim();
if( (jQuery(this).html().length > 0 && jQuery(this).attr('class').trim() != 'column-install-kit') && !( popid == 'table_33_row_4-column-standard-gear' || popid == 'table_33_row_4-column-pro-gear' || popid == 'table_33_row_30-column-standard-gear' || popid == 'table_33_row_30-column-pro-gear' || popid == 'table_33_row_47-column-standard-gear' ) ){
jQuery("body").css("overflow","hidden");
e.preventDefault();
jQuery(".overlay").removeClass("target");
jQuery("."+popid + ".overlay").addClass("target");
}
});
jQuery(".page-id-"+p_id+" tbody tr").each(function(i,v){
if( i % 2 == 0 ){
jQuery(this).attr('class','');
jQuery(this).addClass('odd');
}else{
jQuery(this).attr('class','');
jQuery(this).addClass('even');
}
console.log(jQuery(this).attr('class')+"--------"+i);
});
}
jQuery(".popupTarget").click(function(e){
jQuery("body").css("overflow","hidden");
e.preventDefault();
console.log(jQuery(this).attr("href") + ".overlay");
jQuery(".overlay").removeClass("target");
jQuery(jQuery(this).attr("href") + ".overlay").addClass("target");
});
jQuery(".close").click(function(e){
jQuery("body").css("overflow","auto");
e.preventDefault();
jQuery(this).closest(".overlay").removeClass("target");
});
});
-->
"+jQuery(this).html());
miniC[i] = ''+jQuery(this).html()+'';
});
*/
if( jQuery('#cart_count').length > 0 ){
var miniC = jQuery('#cart_count').val().split(",");
jQuery('.quantity > .woocommerce-Price-amount.amount').each(function(n,m){
//console.log("------->"+jQuery(this).html());
jQuery(this).html('$'+miniC[n]+'');
});
}
})
-->