Model Fit Guide & Compatible Parts Guide
Model Fit Guide
Briggs and Stratton
490533 495426 130202 112202 112212 112232
Tecumseh
632795 632046A 632078A 632099 TVS90 TVS100 ECV100 TVS120 TVS105 TVS115
Compatible Parts Guide
Briggs & Stratton
493960 494768 698183,698181,697947,5019H,5019K
John Deere
AM1008356
Kawasaki
49019-0014, 49019-0707, 49019-7001, 49019-7005
<!–
.content_d{width:50%;float:left;padding-left:2px;}
@media screen and (max-width:512px){
.content_d{width:100%;float:left;}
}
–>
$(function() {
$(“h4”).click(function(){
var show = $(this).next(“div”).css(‘display’);
//alert(show);
if(show ==’block’){
$(this).children(“button”).children(“:first-child”).attr(“class”,”plus btn-quantity”);//minus button
}else{
$(this).children(“button”).children(“:first-child”).attr(“class”,”minus btn-quantity”);
}
$(this).next(“div”).css(‘display’,show ==’block’?’none’:”block”);
});
});