Biomod/2011/IITM/AcidArtists
From OpenWetWare
(Difference between revisions)
| Line 217: | Line 217: | ||
jQuery(document).ready(function(){ | jQuery(document).ready(function(){ | ||
| - | + | var name; | |
$(".picture").click(function(){ | $(".picture").click(function(){ | ||
| + | name="#"+ | ||
$("#data_container").fadeIn(); | $("#data_container").fadeIn(); | ||
$("#video").fadeOut(); | $("#video").fadeOut(); | ||
| Line 265: | Line 266: | ||
</div> | </div> | ||
| - | <iframe class="stuff_contents" id="video" width="640" height="360" src="http://www.youtube.com/embed/ZnnSuNb9A14?rel=0&hd=1" frameborder="0" allowfullscreen></iframe> | + | <iframe class="stuff_contents" style="display:none;" id="video" width="640" height="360" src="http://www.youtube.com/embed/ZnnSuNb9A14?rel=0&hd=1" frameborder="0" allowfullscreen></iframe> |
</body> | </body> | ||
</html> | </html> | ||
Revision as of 17:09, 2 November 2011











