I have already checked this thread <http://groups.google.com/group/ jquery-en/msg/c1ccc42639128398> to see if a plugin can be extended? (but it doesn't seem to be). I'm just jumping here to see if any hack or way is invented in the meantime.
I just want to override the update() method of jquery.tooltip plugin-- so that I'll have different positioning scheme for the title (currently the title is appearing by the mouse position, but I'd like it to appear based on the element -- as it's overlapping/partially hiding the element). I also found that it's enough to touch update() method. Is there anyway to extend it without affecting the plugin itself? TIA -- <?php echo 'Just another PHP saint'; ?> Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/

