jquery-powertip
jquery-powertip copied to clipboard
Two new options: "inset" and "fromCenter"
This implements two new options for the powerTip:
insetdetermines the distance between the arrow and the corner inne,nw,se, andswplacements (formerly hard-coded to 20px)fromCenterallows tip placement to be pulled closer to the center of the target element's bounding box. SettingfromCenterto0puts the tip directly in the center;1places it at the edge (the current behavior); and anything in between will place the tip a percentage between the center and the edge.