flippy

Flip a Modal jquery Dialog disable my Javascript

社会主义新天地 提交于 2019-12-12 09:00:50
问题 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

JQuery flippy plugin Not Triggered on Click Event

筅森魡賤 提交于 2019-12-08 01:48:23
问题 I have a small problem with flippy plugin tag with jQuery Flippy plugin http://blog.guilhemmarty.com/flippy/ I have one div with p tag <div id="divID"> <p id="pID" class="someClass">Some text <a id="aID" href="#">Some text</a> </p> </div> and event handler on my page $("#aID").click(function(){ var content = $("#divID").html(); $("#divID").flippy({ direction:"LEFT", duration: "500", verso: content }); }); The problem is that, when I click the element to flip div, the div are flipped,but the