jQuery(document).ready(function($) { $('sib-route').click(function() { $('details').removeAttr( 'open'); }); });