javascript - Scrollbar on parent window is missing when fancybox is open -
javascript - Scrollbar on parent window is missing when fancybox is open -
i loading ajax response in fancybox. moment fancybox opens, scrollbar on parent window disappears. not sure if default behavior of fancybox. scrollbar not seen until close fancybox. want see scrollbar on parent window. please allow me know if missing in fancybox code. thanks!
j.fancybox({
content : fb, autosize : false, scrolling : 'no', padding : 0, autoresize : false, autoheight : false, autowidth : false, closebtn : false, beforeload : function() { this.width = document.getelementbyid("jqi").offsetwidth; this.height = document.getelementbyid("jqi").offsetheight; this.minwidth = document.getelementbyid("jqi").offsetwidth; this.minheight = document.getelementbyid("jqi").offsetheight; }
});
javascript jquery html scrollbar fancybox-2
Comments
Post a Comment