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

Hello world with jquery

May 28, 2015

Download

Technology

Desi Sunarti
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
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