Lines Matching refs:sourceEl
9488 function MouseFollower(sourceEl, options) {
9493 this.sourceEl = sourceEl;
9494 …this.parentEl = options.parentEl ? $(options.parentEl) : sourceEl.parent(); // default to sourceEl…
9550 el = this.el = this.sourceEl.clone()
9559 width: this.sourceEl.width(),
9560 height: this.sourceEl.height(),
9585 sourceOffset = this.sourceEl.offset();
13597 var sourceEl;
13604 sourceEl = sourceSeg.el; property
13606 left: sourceEl.css('left'),
13607 right: sourceEl.css('right'),
13608 'margin-left': sourceEl.css('margin-left'),
13609 'margin-right': sourceEl.css('margin-right')