D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
jrobber
Full window
Github gist
Basic Ajax example
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Empty Night</title> </head> <body> <div id="ajax-app"></div> <script src="https://code.jquery.com/jquery-2.1.4.js"></script> <script src="code.js"></script> </body> </html>
https://code.jquery.com/jquery-2.1.4.js