Flip a Modal jquery Dialog disable my Javascript
问题 i try to flip a modal dialog of jquery with flippy plugin Here my code for create the dialog : $(document).ready(function(){ [...] $('<div class="modal-popup"><div>TEST</div></div>') .hide() // Hide the dialog for now so we prevent flicker .appendTo(document.body) .filter('div') // Filter for the div tag only, script tags could surface .dialog({ // Create the jQuery UI dialog create: function () { $(this).parent().wrap('<div class="flip" style="border:1px solid red;position:relative;z-index