search for: playvideo_opt

Displaying 1 result from an estimated 1 matches for "playvideo_opt".

2008 Jun 30
1
javascript onclick for thumbnails
Hi, i was struggling for a function where only 1 thumbnail should be active and others inactive when clicked on the particular thumbnail. code: 1. view: 2. <script type="javascript"> 3. function PlayVideo_options(videoFile, id) { 4. document.getElementById(id).className = ''video_option active_video''; 5. } 6. </script> 7. 8. <div id="video_options"> 9. <% for eligible_exercise in excercises %> 10. <% exercise = elig...