Difference between revisions of "Template:Team:TU Eindhoven/Application scenarios Script"

Line 3: Line 3:
  
 
     $('#qFeverSelector').click(function() {
 
     $('#qFeverSelector').click(function() {
alert('hoi');
 
  
 +
$('#qFeverScenario').css("height","7100px");
 
});
 
});
 
});
 
});
  
 
</html>
 
</html>

Revision as of 10:24, 10 September 2015

$(document).ready(function() { $('#qFeverSelector').click(function() { $('#qFeverScenario').css("height","7100px"); }); });