URL : /page2.php
File : page2.php
HTTP
$("#stop").click(function(){
$("#panel").stop();
});
Use-full library, Ouf !
2012
GET : REST/API/HELLO
JSON : { msg: "Hello" }
DEMO
Microsoft superset Javascript
Shadow DOM & Web Component
<articles>
#shadow-root
| <style>
| .random {
| ...
| }
| </style>
| <div class="random">
| ...
| </div>
</articles>
index.html
component1
HTML, JS, CSS
component2
HTML, JS, CSS