Skip to content

Instantly share code, notes, and snippets.

View adardesign's full-sized avatar
🎯
Focusing

Eliazer Braun adardesign

🎯
Focusing
View GitHub Profile
New header
<resource path="/sup/css/LP/fonts.css" />
<resource path="/sup/css/LP/core.css" />
<resource path="/sup/css/LP/base.css" />
<resource path="/sup/css/LP/forms.css" />
<resource path="/sup/css/LP/buttons.css" />
<resource path="/sup/css/LP/sellPoints.css" />
<resource path="/sup/css/LP/tooltips.css" />
<resource path="/sup/css/LP/itemModule.css" />
<resource path="/sup/css/LP/productAggregate.css" />
<resourceSet name="LPRevisedCheckoutJs" type="js">
<resource path="/sup/js/lib/jquery-1.9.1.min.js"/>
<resource path="/sup/js/adrma.js"/>
<resource path="/sup/js/adrma.log.js"/>
<resource path="/sup/js/polyfills/objectKeys.js"/>
<resource path="/sup/js/polyfills/raf.js"/>
<resource path="/sup/js/adrma.utils.js"/>
<resource path="/sup/js/adrma.initFunc.js"/>
<resource path="/sup/js/adrma.init.js"/>
<resource path="/sup/js/adrma.ajax.js"/>
adrma = window.adrma || {};
adrma.storage = {
supported: function() {
try {
return 'localStorage' in window && window['localStorage'] !== null;
} catch (e) {
return false;
}
},
get: function(type, key, obj) {
adrma = window.adrma || {};
adrma.storage = {
supported: function() {
try {
return 'localStorage' in window && window['localStorage'] !== null;
} catch (e) {
return false;
}
},
get: function(type, key, obj) {
/* Comment Generated by Combres - Resource '/sup/js/lib/jquery-1.9.1.min.js' (Mode: Static) */
/*! jQuery v1.9.1 | (c) 2005, 2012 jQuery Foundation, Inc. | jquery.org/license
//@ sourceMappingURL=jquery.min.map
*/(function(e,t){var n,r,i=typeof t,o=e.document,a=e.location,s=e.jQuery,u=e.$,l={},c=[],p="1.9.1",f=c.concat,d=c.push,h=c.slice,g=c.indexOf,m=l.toString,y=l.hasOwnProperty,v=p.trim,b=function(e,t){return new b.fn.init(e,t,r)},x=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,w=/\S+/g,T=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,N=/^(?:(<[\w\W]+>)[^>]*|#([\w-]*))$/,C=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,k=/^[\],:{}\s]*$/,E=/(?:^|:|,)(?:\s*\[)+/g,S=/\\(?:["\\\/bfnrt]|u[\da-fA-F]{4})/g,A=/"[^"\\\r\n]*"|true|false|null|-?(?:\d+\.|)\d+(?:[eE][+-]?\d+|)/g,j=/^-ms-/,D=/-([\da-z])/gi,L=function(e,t){return t.toUpperCase()},H=function(e){(o.addEventListener||"load"===e.type||"complete"===o.readyState)&&(q(),b.ready())},q=function(){o.addEventListener?(o.removeEventListener("DOMContentLoaded",H,!1),e.removeEventListener("load"
<?xml version="1.0" encoding="utf-8" ?>
<combres xmlns='urn:combres'>
<filters>
<filter type="Combres.Filters.FixUrlsInCssFilter, Combres" />
</filters>
<resourceSets url="~/combres.axd" defaultDuration="1"
defaultVersion="auto"
defaultDebugEnabled="true" >
<resourceSet name="ADRSPCPIXJs" type="js">
<?xml version="1.0" encoding="utf-8" ?>
<combres xmlns='urn:combres'>
<filters>
<filter type="Combres.Filters.FixUrlsInCssFilter, Combres" />
</filters>
<resourceSets url="~/combres.axd" defaultDuration="1"
defaultVersion="auto"
defaultDebugEnabled="true" >
<resourceSet name="ADRSPCPIXJs" type="js">
adrma.states = {
list: [],
USStateList: [],
CAStateList: [],
get: function get(country) {
var self = this,
dfd = $.Deferred(),
stateList = adrma.storage.get("session", country+"StateList"),
if (stateList) {
self[country+"StateList"] = stateList;
adrma.giftCardWizard = {
init: function init() {
var self = this;
self.data = self.data || {} // init data obj
self.bindActions();
$("#sendviaemail").trigger("click");
},
bindActions: function bindActions() {
//Validator
adrma.Validate = function() {
if (this instanceof adrma.Validate) {
return this;
} else {
return new adrma.Validate();
}
};
adrma.Validate.prototype = {
defaults: {