From 2014.igem.org
(Difference between revisions)
|
|
Line 335: |
Line 335: |
| } | | } |
| } | | } |
- | </script>
| |
- |
| |
- | <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
| |
- | </script>
| |
- |
| |
- |
| |
- | <script>
| |
- | $(document).ready(function(){
| |
- | $('div #fbnoticon').mouseover(function(){
| |
- | div = $('#fbapp');
| |
- | div.fadeIn(100);
| |
- | }).mouseout(function(){
| |
- | div.fadeOut(100);
| |
- | });
| |
- | });
| |
- | $(document).ready(function(){
| |
- | $('div #fbapp').mouseover(function(){
| |
- | div = $('#fbapp');
| |
- | div.fadeIn(100);
| |
- | }).mouseout(function(){
| |
- | div.fadeOut(100);
| |
- | });
| |
- | });
| |
- | $(document).ready(function(){
| |
- | $('div #twnoticon').mouseover(function(){
| |
- | div = $('#twitapp');
| |
- | div.fadeIn(100);
| |
- | }).mouseout(function(){
| |
- | div.fadeOut(100);
| |
- | });
| |
- | });
| |
- | $(document).ready(function(){
| |
- | $('div #twitapp').mouseover(function(){
| |
- | div = $('#twitapp');
| |
- | div.fadeIn(1);
| |
- | }).mouseout(function(){
| |
- | div.fadeOut(1);
| |
- | });
| |
- | });
| |
| </script> | | </script> |
Revision as of 05:59, 22 September 2014