Response title
This is preview!
$( "#administration, #history, #vehiclereport, #plantreport, #trailers" ).click(function() {
$(".btn-toolbar-image").hide();
});
$( "#fleet, #fuel, #improvingbehaviour, #safety, #report, #summary, #trend" ).click(function() {
$(".btn-toolbar-image").show();
});
© 2013 jQuery Foundation
Sponsored by and others.