Re: [jQuery] Cluetip and Colorbox - Can I make them work together?

2009-12-11 Thread Karl Swedberg
try using the onShow option. $('a.jt').cluetip({ cluetipClass: 'jtip', dropShadow: false, hoverIntent: true, sticky: true, mouseOutClose: true, positionBy: 'fixed', leftOffset: -235, topOffset: -190, onShow: function(ct) { ct.find("a.modal").colorbox(); } }); that might do it --Ka

[jQuery] Cluetip and Colorbox - Can I make them work together?

2009-12-11 Thread necker47
Hello, I'm using Cluetip to pull some AJAX content, and in that content is a link to another small bit of AJAX content. Since Cluetip doesn't seem to support multiple tips (http://groups.google.com/group/jquery-en/ browse_thread/thread/b853977ee373b1ee), I was trying to use something like Colorbox