jquery-cluetip icon indicating copy to clipboard operation
jquery-cluetip copied to clipboard

suggested change: position by fixed

Open 14skywalker opened this issue 13 years ago • 0 comments

Hi all,

I would like suggest to remove the linkWidth in the calculation of posX as follows:

// position clueTip horizontally if (opts.positionBy == 'fixed') { posX = linkLeft + lOffset; $cluetip.css({ left: posX }); }

or make it more flexible.

Brgrds,

14skywalker avatar Mar 31 '11 09:03 14skywalker