I've been searching a bit on how to use Jquery Colorbox onLoad when I finally found out the solution thanks to Biostall.
It seems there's an optional parameter called open that you need to use.
$(document).ready(function() {
$.fn.colorbox({href:"thankyou.html", open:true});
});
Comments
Thanks! i've looking for a
Submitted by Code Monkey (not verified) on
Thanks! i've looking for a solution for almost an hour haha c ya
Thanks, this code helps me a
Submitted by Code Monkey (not verified) on
Thanks, this code helps me a lot with Colorbox onload.
Pages
Add new comment