Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.24 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.24 KB

JSON-Example

Getting started with JSON using JavaScript and jQuery

Download : JSON-Example

Initial

Create HTML Syntax

<html>
    <head>
        <!--put meta-->
        <!--put js file-->
        <!--put css file-->
    </head>
    <body>
        <h1>HTML Syntax</h1>
    </body>
</html>

!Important don't forget to use the jQuery in this example...

  • Example : <script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>

Tips: Link open new winddows. Ctrl + Clisk (Win)

  1. Example 1
  2. Example 2
  3. Example 3
  4. Example 4 - Javascript
  5. Example 4 - Jquery

Reference

1.http://jquery.com/

  • JSON (JavaScript Object Notation) adalah format pertukaran data yang ringan, mudah dibaca dan ditulis oleh manusia, serta mudah diterjemahkan dan dibuat (generate) oleh komputer. Format ini dibuat berdasarkan bagian dari Bahasa Pemprograman JavaScript,