<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <script src="jquery.js"></script> <script src="sample.js"></script> <script src="jquery.japan-map.js"></script> <title>サンプル</title> </head> <body onload="sample()"> <div id="v" style="width:600px; height:600px;"></div> </body> </html> function sample() { $("#v").japanMap(); }