2 memulai menulis program jquery

Panggil dulu file jquery yang kamu simpan di komputer ataupun langsung menghubungkan ke file jquery di CDN (Content Delivery Network) dan letakkan di atas </head>

Ex. Jika menmanggil file yg didonload di penyimpanan lokal/ disimpan di memori komputer kita: 
<!DOCTYPE html>
<html>
<head>
<title></title>
<script type="text/javascript" src="jquery.1.3.4.js"></script>
</head>
<body>

</body>
</html>

Ex.Pemanggilan Jika file disimpan di CDN:
<!DOCTYPE html>
<html>
<head>
<title></title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script>
</head>
<body>

</body>
</html>


Doc. Rabu 20/05/2020
#sinaudewe

إرسال تعليق

Cookie Consent
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Oops!
It seems there is something wrong with your internet connection. Please connect to the internet and start browsing again.