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

(Created page with "<html> $(document).ready(function() { $('#qFeverSelector').click(function() { alert('hoi'); }); </html>")
 
Line 6: Line 6:
  
 
});
 
});
 +
}
  
 
</html>
 
</html>

Revision as of 10:21, 10 September 2015

$(document).ready(function() { $('#qFeverSelector').click(function() { alert('hoi'); }); }