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 right before modal gets triggered and reappears after closing the modal, works well but each .hide() and .show() the flash movie gets resetted while all I want is to hide (without removing the movie) and displaying it once it is triggered to .show that modal div.
Greetings, I have written a modal using jquery UI and it appears at the
Share
Tested in FF/linux, FF/WinXp, IE/WinXp, Safari/WinXp:
basic:
or, show and hide with animation effects:
html example:
you can’t get a cross-browser working solution with .css(‘visibility’, ‘visible’/’hidden’)