Hello world with jquery

10
TAMPILAN HELLO WORLD DENGAN JQUERY MEMBUAT TUTORIAL SINGKAT DESI SUNARTI 1202737

Transcript of Hello world with jquery

Page 1: Hello world with jquery

TAMPILAN HELLO WORLD DENGAN JQUERY

MEMBUAT TUTORIAL SINGKAT

DESI SUNARTI 1202737

Page 2: Hello world with jquery

Ada yang tahu jQuery itu apa ?

Javascript Library

Kumpulan kode/fungsi JavaScript

Menyederhanakan kode javascript

Memberi animasi pada file HTML

Page 3: Hello world with jquery

Bagaimana membuat Hello World dengan aplikasi jQuery?

Rekomendasi Software

Text editor – Blue Fish

Web browser – Google Chrome

jQuery – silahkan download di http://jquery.com/

Page 4: Hello world with jquery

Tutorial

Buat sebuah folder

dinamai Hello World Jalankan aplikasi Blue Fish

Page 5: Hello world with jquery

Download jQuery Copy paste kode ke blue fish

Page 6: Hello world with jquery

Buka blue fish buat file

index.html dan app.js di folder

Hello world

Save sebagai file

jQuery.js di folder hello

world

Page 7: Hello world with jquery

Buka file index.html isikan kode seperti ini.

Page 8: Hello world with jquery

Buka file app.js isikan kode seperti

berikut

Page 9: Hello world with jquery

Buka file index.html dengan web brower Google Chrome

Page 10: Hello world with jquery

Selesai