if ($target.length)
{
this.$loaderTarget = $target;
}
else
{
console.error('No loader target for %o', this.$target);
return;
}
this.href = this.options.href || this.$target.attr('href');
if (!this.href)
{
console.error('No href for %o', this.$target);
}