Model Fit Guide & Compatible Parts Guide
Model Fit Guide
Honda Generator
EB10000
Honda Engine
GX630, GX630R, GX630RH, GX660, GX660R, GX660RH, GX690, GX690R, GX690RH, GXV630R, GXV630RH, GXV660R, GXV660RH, GXV690R, GXV690RH
Compatible Parts Guide
Honda
16700-Z6L-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”);
});
});