Best Practices for ToolTips

Best Practices for ToolTips

justStevejustSteve Posts: 49Questions: 8Answers: 1
edited January 2010 in General
I'm looking to implement verbose tool tips on tablecell hoover events. To this point I'm leaning to using jQuery TOOLS (http://flowplayer.org/tools/demos/index.html). Data's coming server-side (asp.net mvc). Looking for sample code and/or gotchas and known issues.

thx

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,470 Site admin
    Two examples on the site already (not jQuery Tools, but the same principle):
    http://datatables.net/examples/advanced_init/events_post_init.html
    http://datatables.net/examples/advanced_init/events_pre_init.html
    Or use $().live events (possibly best for server-side processing).

    Allan
  • justStevejustSteve Posts: 49Questions: 8Answers: 1
    $().live events as in http://www.thefutureoftheweb.com/blog/jquery-live-events?

    thnkx much - am enjoying the update
  • allanallan Posts: 63,498Questions: 1Answers: 10,470 Site admin
    Yes indeed - http://api.jquery.com/live/ is the jQuery documentation for it. They can be very useful!

    Allan
This discussion has been closed.