Model Fit Guide & Replacement Parts Guide
Model Fit Guide
Cummins Onan Generator Welder
149-1982, 149-1544, 149-2187, 149-2187-01, NN10212
John D Onan Engine
F-910 F930 116 316 318 420 14 70 90 Skid Steer
Compatible Parts Guide
John Deere
AM107870
<!–
.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”);
});
});