This is a message.

Forum user: xfinx

Basic information

Registered Sep 23, 2010
Last login Sep 23, 2010
Forum posts 4
Direct URL http://www.flowplayer.org/forum/users/52771

Latest forum posts

Posts:

Registered:

» live jQuery tooltip plugin

Posted: Dec 10, 2010

It would help if it was not french. Bad English is no problem, most people can understand :-0

Posts:

Registered:

» » Dynamic tooltp content using Ajax

Posted: Dec 2, 2010

I agree, this should be added in the documentation. Very nice piece of functionality

Posts:

Registered:

when using tip : "#someid" dynamic plugin does not work?

Posted: Oct 5, 2010

I use something like this

<script>
$(function() {
$('.tooltip-trigger').tooltip({
position: 'bottom left',
delay: 500,
predelay: 500,
offset: [30,-30],
tip: '#tooltip-name'
});
}).dynamic();
</script>

When I load the page, I get the following errors in Firebug:

g(this).tooltip().onBeforeShow is not a function
[Break on this error] g(this).tooltip().onBeforeShow(functio...e.addClass(c[2])}if(f[1]){g.extend(b,......
and

$(".tooltip-trigger-aankoopgarantie").tooltip({position: "bottom left", delay: 500, predelay: 500, offset: [30, -30], tip: "#tooltip-aankoopgarantie"}).dynamic is not a function
[Break on this error] tip: '#tooltip-aankoopgarantie' 

How can I fix this?

Posts:

Registered:

» » » » » » How to use HTML that is not located right after trigger element?

Posted: Sep 23, 2010

This is kinda cool.
I would like to have this in the original code.
Is that an option?