$.fn.spin = function(opts) { this.each(function() { var $this = $(this), spinner = $this.data('spinner'); if (spinner) spinner.stop(); if (opts !== false) { opts = $.extend({color: $this.css('color')}, opts); spinner = new Spinner(opts).spin(this); $this.data('spinner', spinner); } }); return this; }; You are being redirected to the correct page. This may take up to 30 sec depending on the speed of your internet.