0

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

Piyush Kumar
  • 85
  • 1
  • 9
  • 2
    See http://stackoverflow.com/questions/4842119/jquery-binding-click-to-a-link-after-ajax-call – Waygood Mar 20 '13 at 12:05

1 Answers1

0

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

Vimal Stan
  • 2,007
  • 1
  • 12
  • 14