D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
mattborn
Full window
Github gist
Simple SPA
<!doctype html> <html> <head> <meta charset="utf-8"> <title>Simple SPA</title> </head> <body> <a href="#page1">Page 1</a> <a href="#page2">Page 2</a> <div id="root"></div> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.0.0-alpha1/jquery.min.js"></script> <script src="script.js"></script> </body> </html>
https://cdnjs.cloudflare.com/ajax/libs/jquery/3.0.0-alpha1/jquery.min.js