( function( $ ) { /* Client profile classes for */ /* Allows for easy hiding/showing of JS or no-JS-specific UI elements */ $( 'html' ) .addClass('client-js' ) .removeClass( 'client-nojs' ); } )( jQuery );