This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alert('hey'); | |
$.each({ | |
"checkout_ship_to_first_name": "In-Store" | |
, "checkout_ship_to_last_name": "Purchase" | |
, "checkout_ship_to_address_line_1": "50 Post" | |
, "checkout_ship_to_address_line_2": "Space #9" | |
, "checkout_ship_to_city": "San Francisco" | |
, "country_select": 226 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function(){ | |
var q = [], | |
load = function (v_opt){ | |
var version = v_opt || "1.7.2"; | |
loadScript("http://ajax.googleapis.com/ajax/libs/jquery/" + version + "/jquery.min.js", function(){ | |
doJquery(); | |
}); | |
}, | |