jquery(document).ready(function($){ $('.mobile-root i').click(function(){ $('.mobile-root').hide(); }); })