jquery hide a div that contains flash without resetting it

后端 未结 3 1423
有刺的猬
有刺的猬 2021-01-03 05:59

Greetings, I have written a modal using jquery UI and it appears at the front of a flash movie thus the html inside the modal becomes corrupt, I tried to hide the movie righ

3条回答
  •  有刺的猬
    2021-01-03 06:33

    Perhaps move the movie div off the screen. Set it's Left position to be -1000 or something like that?

    Then replace when the other div has disappeared?

提交回复
热议问题