Cluetip for every dynamically generated row in tab

2019-08-26 21:08发布

问题:

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