Jump to content

handemmet

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by handemmet

  1. Hi

    I'm trying to load the content of a div from one html page to another. It works in FireFox and IE but not in Chrome. I used the following in the Head:
    <script src="js/jquery-1.10.2.min.js"></script>
    <script>
    $(document).ready(function(){
    $('#timetable').load('workout.html #printview');
    })
    </script>
    It grabs the DIV 'printview' from the 'workout.html' page and places it in the DIV 'timetable'
    <div id="timetable"></div>
    Can anybody see why it won't show up in Chrome?
    Thanks for your help
    Emmet
  2. Hi I have created an animation using sencha animator. In the animation I have several thumbnails that when I click on; it launches Shadowbox containing a video. My question is: Is it possible to pause my original animation when I click to open up the Shadowbox video iframe.............and then resume the animation when I close the Shadowbox iframe? I did a bit of reading up on this and the only thing I came accross was this<code>object.style.animationPlayState="paused"</code> But I don't know where to use it. I hope I have explained this without confusion. Thanks for your help RegardsEmmet

    • Like 1
×
×
  • Create New...