UNPKG

jquery-jpostal-ja

Version:

A jQuery plug-in that automatically enters a japanese zip code into the address field when you enter it.

19 lines (15 loc) 374 B
/*jslint browser:true, devel:true*/ /*global phantom, WebPage*/ var page = new WebPage(); page.onConsoleMessage = function (msg) { "use strict"; console.log(msg); phantom.exit(0); }; page.open(phantom.args[0], function (status) { "use strict"; if (status !== "success") { console.log("failed to open file"); phantom.exit(1); } });