jQuery(document).ready(function($) { $('a[data-rel^=lightcase]').lightcase({ showTitle: true }); jQuery('a[title]').tooltip({placement: "auto"}); });