Is there any calendar that works inside the cluetip i have used jquery ui calendar and many other calendar they work very fine out side the cluetip but when ever it call inside the cluetip it dint work
Please help thanx in advance
I have made friends with the jquery cluetip plugin and dig it.
Clue Tip Home
However, I would like to position the cluetip pop up to the left of the target div. Currently it calculates whether there is enough room to the right of the target and…
On live elements after ajax success, below code from cluetip is not working for first click only otherwise it works smoothly.
What will be the issue for first click?
$('a.load-local').live('click', function(event) {
…
I have a problem with the jQuery clueTip plugin.
I'm initialize the plugin in this way:
$(function(){
$("#contentTable > tbody > tr").each(function () {
$(this).children("td:eq(3)").cluetip({
splitTitle: '|',
…
I would like to conditionally change the background image of my Cluetips during run-time via jQuery. I use 'rounded' as cluetipClass.
I thought this would do the trick:
$('.cluetip-rounded').css("background", "url(infobox_left.png)");
But in the…