It would help if it was not french. Bad English is no problem, most people can understand :-0
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
I agree, this should be added in the documentation. Very nice piece of functionality
I use something like this
When I load the page, I get the following errors in Firebug:
How can I fix 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?
This is kinda cool.
I would like to have this in the original code.
Is that an option?
I would like to have this in the original code.
Is that an option?