Best Practices for ToolTips
Best Practices for ToolTips
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
thx
This discussion has been closed.
Replies
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
thnkx much - am enjoying the update
Allan