On 11/6/06, "Jörn Zaefferer" <[EMAIL PROTECTED]> wrote: > That problem occurs most frequently when trying to display long URLs within > the tooltip. Your suggestion of flipping the tooltip would be the best > solution, but not easy to implement. I should ask Karl Swedberg for his > experience on that topic, I think he and Rey already (tried to) solve that > for their jTip adoption.
That's true. It's certainly not a critical problem, just a suggestion for future free-time-fun :) The long URL problem would be easy enough to fix by implementing an option to only display the host and domain for the link and leave out the path. That's really the only info that people would want in a tool tip. They can always see the full href with a right click if they really need to. I'd just test for /^http/ (to avoid mailto's) and cut off everything past the 3rd / if it existed. That's easy enough to customize for my own use. I just figured I'd mention it as a possible easier solution than my earlier one. Thanks again, Paul _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
