简体   繁体   中英

jquery cluetip is not working when data is loaded from ajax

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM