$('.commoninfo').livequery(function(){ $(this).cluetip({width: '260px', showTitle: false}); })
Figured it out! On Apr 18, 1:55 am, Rogue Lord <corrupted.rog...@gmail.com> wrote: > How do I get these two to play nice with one another? lol... > > I am trying to run the clueTip inside a div that is using liveQuery > because it was added after the page load via AJAX, any help is > appreciated! I tried a few things but I am gonna see first if they are > compatible... :)