SimpleModal bug when positioning HTML5 video
        Posted  
        
            by Damon Morda
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Damon Morda
        
        
        
        Published on 2010-05-24T04:18:03Z
        Indexed on 
            2010/05/24
            4:20 UTC
        
        
        Read the original article
        Hit count: 420
        
I recently
Simple Modal Test
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script>
<script src="jquery.simplemodal-1.3.5.min.js" type="text/javascript"></script>
<script type="text/javascript">
jQuery(function ($) {
    $('.simple-clicker').click(function (e) {  
        $("#simple-container").modal();
    });
});
</script>
View preview
Header
Description of video
© Stack Overflow or respective owner