Model Fit Guide & Replacement Parts Guide
Model Fit Guide
Honda Engine & Lawn Mower
GCV160A0, GCV160LA, GCV160LA0, GCV160LA1, GCV190LA, HRR216K10, HRR216K11, HRR216K5, HRR216K6, HRR216K7, HRR216K8, HRR216K9, HRS216K5, HRS216K6, HRS216K7, HRX217K1, HRX217K2, HRX217K3, HRX217K4, HRX217K5, HRX217K6
Replacement Parts Guide
Fuel Shut Off Valve for Honda
16950-Z0Y-003
<!–
.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”);
});
});