Automatically open colorbox iframe on page load

I realized this and thought that I would publish it because I found the answer here. However, if you see something wrong with this, please lmk.

$(document).ready(function(){ $.colorbox({open:true,href:"http://siteyouwantopened.com",iframe:true, width:"80%", height:"80%"});` }); 
+6
source share

Source: https://habr.com/ru/post/914054/


All Articles