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?

link|improve this question

63% accept rate
feedback

2 Answers

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

link|improve this answer
feedback

I doing a similar thing !!! iwant to send a id and fetch all that data and display a cluetip !!! kindly suggest an answer for this

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.