/** * ULS startup script */ ( function( $ ) { $( document ).ready( function() { $( '.uls-trigger' ).uls(); } ); } )( jQuery );