Cluetip for every dynamically generated row in table

杀马特。学长 韩版系。学妹 提交于 2019-12-11 15:48:22

问题


I would like to display cluetip [jQuery] plugin for every row of dynamic grid in .aspx page. The content in cluetip should be fetched from database dynamically while loading the cluetip plugin.

Can anyone suggest any way of doing this?


回答1:


the thing with the dynamic content is easy (when you now how) ^^ just append an id as an GET-Var on the link (test.com$id=3) and catch it within the cluetip-content ($id = $_GET['id']).

There is still another way with the ajax-settings, but it doesn't work well for me

Cheers, Chris



来源:https://stackoverflow.com/questions/3252788/cluetip-for-every-dynamically-generated-row-in-table

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!