Team:ETH Zurich/labblog/buttons

From 2014.igem.org

(Difference between revisions)
m
m
 
(4 intermediate revisions not shown)
Line 3: Line 3:
#Container .mix{
#Container .mix{
display: none;
display: none;
-
area:hover{fillColor:'FFFFFF'; opacity:0.5;}
 
}
}
</style>
</style>
Line 63: Line 62:
$(document).ready(function(){
$(document).ready(function(){
-
   $('#map').mapster();
+
   $('#map').mapster({
 +
fillColor: 'FFFFFF',
 +
fillOpacity: 0.5
 +
});
$(window).resize(
$(window).resize(
Line 72: Line 74:
resize(true);
resize(true);
-
$(function(){
+
$('#Container').mixItUp({
-
  $('#Container').mixItUp();
+
load: {
-
 
+
filter: 'none'
 +
},
 +
controls: {
 +
toggleFilterButtons: true,
 +
toggleLogic: 'or'
 +
}
});
});
 +
$("a#insidelink").on("click", function(){
$("a#insidelink").on("click", function(){

Latest revision as of 21:28, 17 October 2014