Inline div
-
Hi,
I need some help to use colorbox to display a inline content…
<div style="display:none"> <div id="inline">My content goes here</div> </div> <a href="#inline" class="colorbox">Display inline content</a> <script> $(document).ready(function(){ $("a.colorbox").colorbox({inline:true, width:"40%"}); }); </script>Is it possible?
Thanks 🙂*UPDATE*
I tried to use this solution: http://ww.wp.xz.cn/support/topic/plugin-jquery-colorbox-inline-html-for-colorbox?replies=4 but doesn’t work anyways 🙁
And sorry for my bad English.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Inline div’ is closed to new replies.