(function($) { var $document = $(document); $document.ready(function() { if (typeof $.fn.colorbox !== 'undefined') { $.extend($.colorbox.settings, { current: "Image {current} of {total}", previous: "Previous", next: "Next", close: "Close", xhrError: "This content failed to load", imgError: "This image failed to load" }); } }); })(jQuery);