cool that works perfectly ! :)
Forum user: Dn2k
Basic information
| Registered | Jun 3, 2009 |
| Last login | Jun 12, 2010 |
| Forum posts | 3 |
| Direct URL | http://www.flowplayer.org/forum/users/11307 |
Latest forum posts
with:
$(window).load(....
return the same error and with:
$(document).load(function(){
var api = $("#overlay").overlay({api:true});
api.load()
});
the function doesn't seems to be called at all.. i think i'm missing something..
Hi! seems that I'm the first to post (other than Tero :)), hope its the right place to do it :)
Im trying to load an overlay just after the page is loaded, so i've tried this:
do you have any clue?
Thanks
Im trying to load an overlay just after the page is loaded, so i've tried this:
$(function() {
var api = $("#overlay").overlay({api:true});
api.load();
});
but firebug says:
m is undefined - jquery.tools.js (line 35)
do you have any clue?
Thanks