button - FancyBox - iframe -
i add together button in footer of iframe, can not hidden if there scrollbar.
is possible?
<body> <script> $(document).ready(function() { $(".various").fancybox({ maxwidth : 800, maxheight : 500, fittoview : false, width : '100%', height : '100%', autosize : true, closeclick : false, openeffect : 'elastic', closeeffect : 'elastic', beforeshow: function () { if (this.title) { // new line this.title += '<br />'; this.title += '<button class="btn btn-primary" id="enviar" name="enviar" type="submit">cadastrar produto</button>'; } }, helpers : { title : { type: 'inside' } } }); </script> </body>
button iframe fancybox
No comments:
Post a Comment