waarom moet je als je:
<html>
<input id="toggle" type="button" value="show">
<p style="display:none;" id="i_mage">this is a box that wil be show if you <br> cliked on te show button! <br> if this worked
you'll see this text under the buttons! <br> Have a nice day!</p>
<script type="text/javascript" src="javascript/jquery.js"></script>
<script type="text/javascript" src="javascript/effects.js"></script>
</html>
hebben inplaats van:
<html>
<script type="text/javascript" src="javascript/jquery.js"></script>
<script type="text/javascript" src="javascript/effects.js"></script>
<input id="toggle" type="button" value="show">
<p style="display:none;" id="i_mage">this is a box that wil be show if you <br> cliked on te show button! <br> if this worked
you'll see this text under the buttons! <br> Have a nice day!</p>
</html>