Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexample1.html
More file actions
Latest commit
38 lines (37 loc) · 1.67 KB
/
Copy pathexample1.html
File metadata and controls
38 lines (37 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<!--/**
*
* @link https://github.com/mzm-dev
* @created September 2014
* @fb https://www.facebook.com/zakimedia
* @email mohdzaki04@gmail.com
*/-->
<html>
<head>
<metacharset="utf-8">
<metacontent="IE=edge" http-equiv="X-UA-Compatible">
<metacontent="width=device-width, initial-scale=1" name="viewport">
<metacontent="Getting started with JSON using JavaScript and jQuery" name="description">
<metacontent="Mohamad Zaki" name="author">
<metaname="viewport" content="width=device-width, initial-scale=1.0">
<scriptsrc="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<linkrel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<linkrel="stylesheet" href="http://getbootstrap.com/examples/jumbotron-narrow/jumbotron-narrow.css">
<scriptsrc="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
</head>
<body>
<divclass="container">
<divclass="header">
<ulclass="nav nav-pills pull-right">
<li><ahref="/JSON-Example/"><spanclass="glyphicon glyphicon-chevron-left"></span> Back</a></li>
<liclass="active"><ahref="https://github.com/pesima/JSON-Example">Get the code on Github now HighCharts</a></li>
</ul>
<h3class="text-muted">A JSON Tutorial | <span>Breaking JSON down</span></h3>
</div>
</div>
<script>
vardata={"namaPenuh": "Mohamad Safwan Haziq"};
alert(data.namaPenuh);
</script>
</body>
</html>