Christopher Walken The Deer Hunter
He has appeared in more than 100 films and television shows, including The Deer Hunter, Annie Hall, The Prophecy trilogy, The Dogs of War ...
Line 356: | Line 356: | ||
<script src="https://2019.igem.org/Template:SMMU-China/JS_team_jquery_min?action=raw&ctype=text/javascript"></script> | <script src="https://2019.igem.org/Template:SMMU-China/JS_team_jquery_min?action=raw&ctype=text/javascript"></script> | ||
<script src="https://2019.igem.org/Template:SMMU-China/JS_jquery_2-1-1_min?action=raw&ctype=text/javascript"></script> | <script src="https://2019.igem.org/Template:SMMU-China/JS_jquery_2-1-1_min?action=raw&ctype=text/javascript"></script> | ||
+ | <script> | ||
+ | $(function() { | ||
+ | $('.material-card').materialCard({ | ||
+ | icon_close: 'fa-chevron-left', | ||
+ | icon_open: 'fa-thumbs-o-up', | ||
+ | icon_spin: 'fa-spin-fast', | ||
+ | card_activator: 'click' | ||
+ | }); | ||
+ | // $('.active-with-click .material-card').materialCard(); | ||
+ | window.setTimeout(function() { | ||
+ | $('.material-card:eq(1)').materialCard('open'); | ||
+ | }, 2000); | ||
+ | $('.material-card').on('shown.material-card show.material-card hide.material-card hidden.material-card', function (event) { | ||
+ | console.log(event.type, event.namespace, $(this)); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
</html> | </html> |