[]
"); var objAdobeAnalytics = { pageName: 'edibles/login-to-your-account', pageType: 'edibles/login-div', userID: '', uStatus: 'not-authenticated' }; $("#divHLogin").load("https://www.ediblearrangements.com/ajax/loginuser.aspx?t=" + new Date().getTime(), objAdobeAnalytics); } function ShowStoreLoginDiv() { } function ShowMyAccountMenu() { var windowwidth = $(window).width() - $("#hd").width(); $('#divMyAccMenu').css("left", $("#Details").position().left - 190); $('#divMyAccMenu').css("top", $("#Details").position().top + 20); $("#divMyAccMenu").slideToggle(); } function ShowStoreLogOutMenu() { $('#divInStoreMenu').css("left", $("#lnkStoreNumber").position().left); $('#divInStoreMenu').css("top", $("#lnkStoreNumber").position().top + 21); $('#divInStoreMenu').css("width", $("#lnkStoreNumber").width()); $("#divInStoreMenu").slideToggle(); } $('.SearchBox').focus(function () { $(this).addClass("focus"); }).blur(function () { if ($(this).val().trim() == "") { $(this).removeClass("focus"); } }); function FloodLightTagForStoreSearchinHeaderMenu() {} function ChangeCulture(elm) { var val = $(elm).html(); var culture = ""; if (val == "French") { culture = "fr-ca"; } else if (val == "English") { culture = "en-us"; } if (GSXHR) GSXHR.abort(); GSXHR = $.ajax({ type: "POST", url: "https://www.ediblearrangements.com/default.aspx/CultureChange", data: "{'culture':'" + culture + "'}", contentType: "application/json; charset=utf-8", dataType: "json", async: 'true', success: function (response) { if (response.d != "null") { var JsonObj = $.parseJSON(response.d); if (JsonObj._Status == "OK") { location.reload(); } } }, failure: function (msg) { alert(msg); } }); } function AccountSignOut() { if (GSXHR) GSXHR.abort(); GSXHR = $.ajax({ type: "POST", url: "https://www.ediblearrangements.com/default.aspx/accountsignout", data: "", contentType: "application/json; charset=utf-8", dataType: "json", async: 'true', success: function (response) { if (response.d != "null") { var JsonObj = $.parseJSON(response.d); if (JsonObj._Status == "OK") { window.location = "https://www.ediblearrangements.com/my-account/sign-in.aspx?ReturnUrl=%2fdefault.aspx"; } } }, failure: function (msg) { alert(msg); } }); }
Order our Edibles® online and pick them up in store! Choose from an amazing selection of fresh fruit salads, chocolate dipped fruit cones, smoothies and even froyo. Go ahead, treat yourself.
Enter your email address and we'll let you know when edibles® Hemp CBD are available in your area.
No FAQs found in this section.
/g, '>').substring(0, 18); ""; str += "!]]>';
$("#txtEmailAddress").val("");
$("#dvEmailAlert").html(str);
IdentifyCordialContact(Email);
}
else {
$('#dvEmail').show();
$("#dvEmailAlert").hide();
}
}
},
error: function (a, b, c) {
alert(a + b + c);
}
});
}
function Escaped(str) {
var txt = str.replace(/\/g, '\\');
txt = txt.replace(/\['\]|'/g, function (s) {
if (s == "'") return "\'";
else return s;
});
txt = txt.replace(/"/g, '\"');
return txt;
}
function BtnOkToggle() {
$('#dvBussniesCon').show();
$("#dvAlert").hide();
$("#dvAlert").html("");
}
function BtnOkSubmit() {
$('#dvEmail').show();
$("#txtEmailAddress").removeClass("validatorTxtEmail");
$("#dvEmailAlert").hide();
$("#dvEmailAlert").html("");
}
function lazyLoadImages(){
$('.lazy').lazy({
effect: "fadeIn",
effectTime: 100,
threshold: 0
});
}
function SubmitFinalRequestForCBD() {
var txtEmail = $("#txtEmailAddress");
var Email = txtEmail.val();
var params = "{'ContactName':'','Email':'" + Email + "', 'SubscribeForPromotion' : '" + $("#chkSignup").prop("checked") + "'}";
$.ajax({
type: "POST",
url: "https://www.ediblearrangements.com/edibles/default.aspx/AddCBDInfo",
data: params,
contentType: "application/json; charset=utf-8",
dataType: "json",
success: function (response) {
if (response.d != "null") {
var JsonObj = $.parseJSON(response.d);
if (JsonObj._Status == "OK" && JsonObj._Data != "N/A") {
pushFormEventToAdobe("20", "edibles contact");
$('#cbdSorryPanel').hide();
$('#cbdThanksPanel').show();
$("#txtContactName").val("");
$("#txtEmailAddress").val("");
$('input[type=checkbox]').prop("checked", false);
}
else {
$('#dvBussniesCon').show();
}
}
},
error: function (a, b, c) {
alert(a + b + c);
}
});
}
function hideThanksPanel() {
$('#cbdSorryPanel').show();
$('#cbdThanksPanel').hide();
$("#txtContactName").val("");
$("#txtEmailAddress").val("");
$('input[type=checkbox]').prop("checked", false);
}