jquery cluetip is not working when data is loaded from ajax

329 views Asked by At

I'm using the jquery cluetip plugin and it is working fine. The problem is that when page is loaded from ajax and I want to use cluetip on any element of this page then it is not working.

I already call .cluetip() function on ajax loaded page.

Thanks

1

There are 1 answers

0
Vimal Stan On BEST ANSWER

You'll have to initialise the plugin when you load the page via AJAX. Put your initialization code in the AJAX success callback.