i am trying to use cluetip in my project, what i am trying to do is display cluetip's dialog instead of the usual jquery UI dialog. Now I am using jquery Full calendar and binding this to its events. Now the events have a click callback, and when they are clicked, their respective data is generated on the fly and shown on a dialog. Since cluetip can not be called after the click event, i initialize it once i have all the events. Now the problem is that cluetip is firing on click and the click callback is also called, which generates the data in the div that is to be the content of the dialog. But the div's data generation is late, and dialog is generated empty, then if i click again, now the div has data from the last time, so it shows the data from the last time and the event click callback again changes that data. So the data in the dialog is always one click old. I am very new to jquery so any help will be great

link|improve this question

feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.