Model Fit Guide & Replacement Parts Guide
Model Fit Guide
Honda Engine / Mower
GX120, GX160, GX200, GX240, GX270, GC135, GCV135, GC160, GCV160, GC190
Replacement Parts Guide
Honda
91424-Z5F-802
<!–
.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”);
});
});