//CONTROLLING EVENTS IN jQuery $(document).ready(function () { $(".media").media({ width: 300, height: 20 }); $(function() { $('#gallery a').lightBox(); // Select all links in object with gallery ID }); });