
Dalam melakukan programming di Javascipt kadang kita menginginkan semua kode html tampil dulu kemudian baru coding dari javascript kita. Dalam JQuery hal ini dilakukan dengan function document.ready seperti berikut:
Sebagai contoh adalah http://jquery.proweb.asia/basic/onready.html yang mempunyai source code sebagai berikut :
<html>
<head>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
alert("document siap!");
});
</script>
</head>
<body>
<a href="http://proweb.co.id/">Proweb</a>
<script type="text/javascript">
alert("akhir body");
</script>
</body>
</html>
Contoh kedua ada di http://aris.proweb.asia/onready.html dengan source code :
<html>
<head>
<script src="development-bundle/jquery-1.6.2.js">
</script>
<script type="text/javascript">
$(function() {
alert("document siap!");
});
</script>
</head>
<body>
<a href="http://proweb.co.id/">Proweb</a>
<script type="text/javascript">
alert("akhir body");
</script>
</body>
</html>
Kunjungi www.proweb.co.id untuk menambah wawasan anda.
PT. Proweb Indonesia
Perkantoran Duta Merlin No F4
Jl. Gadjah Mada 3-5
Jakarta Pusat
GPS: S 6o 09' 58.1", E 106o 49' 3.3"
| Phone | : | 021 - 2636 3170 |
| 021 - 3377 0050 | ||
| Mobile | : | 0856 - 9360 1378 |
| 0812 - 806 2772 | ||
| 0857 - 1586 8992 | ||
| 0816 - 180 8005 | ||
| Blackberry PIN | : | 23096502 |
| Fax | : | 021 - 633 5765 |
| Web | : | www.proweb.co.id |