Proven Winners® ColorChoice® Lo & Behold® Blue Chip Butterfly Bush (2024)

" } else { brandNode.innerHTML = "

Proven Winners® ColorChoice® Lo & Behold® Blue Chip Butterfly Bush (1)

" } zoneWidget.parentNode.insertBefore(brandNode, zoneWidget.nextSibling); } if (document.querySelector("td[data-th='Botanical Name']") != null && document.querySelector("td[data-th='Brand']") != null) { brandCheck(); }

' + '

' ); priceloc.appendChild(oosFormCont); //var oosRelatedRecs = document.createElement("div"); oosFormCont.style.display = "block"; var oosFormContainer = $("#oosFormContainer"); //Hide HPot Field document.getElementById("oosFCH").style.display = "none"; }) //Global Variables. var oosProductSku = document.querySelectorAll('[itemprop=sku]')[0].innerText; var oosproductSkuField = $("#productSku"); var oosProductName = document.querySelectorAll('[itemprop=name].base')[0].innerText; var oosCookieCheck = false; var oosTimeDeltaTimeDays = 5; function oosAlreadySigned() { if (!window.location.href.indexOf("testing")) { oosAlreadyProduct = true; $('#oosResult').ready(function () { document.getElementById('oosResult').innerHTML = "

Uh Oh.

It Looks like you have already signed up for this notification on " + oosProductName + "

"; $("#oosProduct").hide(); }) } }; if ($.mage.cookies.get("oosProducts")) { //Do Stuff var oosProductCookie = JSON.parse($.mage.cookies.get("oosProducts")); ga('send', 'event', 'OOS', 'Product Count', '"' + oosProductCookie.productCount + '"') /*if (oosProductCookie.productCount == 0) { $.mage.cookies.clear("oosProducts") } oosProductCookie.products.forEach(function (product) { if (product.sku == oosProductSku) { oosAlreadySigned(); var oosTimeDelta = Math.abs(Date.parse(product.date) - new Date()) / 1000; var oosTimeDeltaDays = Math.floor(oosTimeDelta / 86400) if (oosTimeDeltaDays > oosTimeDeltaTimeDays) { //If product time over X Days //If only one delete cookie if (oosProductCookie.productCount == 1) { $.mage.cookies.clear("oosProducts") } var ooslocation = oosProductCookie.products.findIndex(function (item, i) { return item.sku === oosProductSku; }) //Remove Product oosProductCookie.products.splice(ooslocation, 1); oosProductCookie.productCount = oosProductCookie.products.length; $.mage.cookies.set("oosProducts", JSON.stringify(oosProductCookie), { lifetime: 5184000 }) }; }; });*/ }; function validateEmail(email) { var re = /^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/; return re.test(String(email).toLowerCase()); } function validate_signup2(frm) { var userAgent = navigator.userAgent; var u_check = false; //Honey var h_pot = frm.oosFieldCheck.value; var h_check1 = false; var emailAddress = frm.oosEmail.value; var errorCheck = false; var e_input = document.getElementById("oosEmail") var e_err = document.getElementById("email_error") var e_check = false; if (emailAddress == '' || !validateEmail(emailAddress)) { e_check = true; e_err.innerHTML = "Please input a valid email address"; e_err.classList.remove("no_error"); e_err.classList.add("input_error"); e_input.classList.add("f_invalid_input"); } else if (emailAddress != '' || validateEmail(emailAddress)) { e_check = false; e_err.innerHTML = ""; e_err.classList.remove("input_error"); e_err.classList.add("no_error"); e_input.classList.remove("f_invalid_input"); } if (userAgent == '' || userAgent == null || userAgent == undefined) { u_check = true; ga('send', 'event', 'OOS', 'Bot', 'UA - ' + userAgent) } if (h_pot != '') { h_check1 = true; ga('send', 'event', 'OOS', 'Bot', 'Honey-' + document.getElementById('oosFieldCheck').value) } if (!e_check && !u_check && !h_check1) { errorCheck = true; } return errorCheck } //Script for Button $('#oosButton').ready(function () { $('#oosButton').click(function () { var frm = document.getElementById("oosProduct"); if (validate_signup2(frm) && !oosAlreadyProduct) { $("#productSku").val(oosProductSku); ga('send', 'event', 'OOS', 'Click', oosProductName); subOOS(); } }); }) //Form Submit function subOOS() { var oosForm = $("#oosProduct") var oosSpin = $("#oosSpin"); event.preventDefault(); //prevent default action var post_url = oosForm.attr("action"); //get form action url var request_method = oosForm.attr("method"); //get form GET/POST method var form_data = oosForm.serialize(); //Encode form elements for submission oosForm.hide(); oosSpin.show() $.ajax({ url: post_url, type: request_method, data: form_data }).done(function (response) { oosSpin.hide() oosFormSubmited(response); }).fail(function (response) { oosFormSubmited(false); oosSpin.hide() ga('send', 'event', 'OOS', 'Fail -' + response.status, oosProductName) }); } function oosFormSubmited(response) { var oosResult = $('#oosResult'); if (response.toString().toLowerCase() == 'true') { oosResult.html( "

Success

We will email you as soon as our next crop is ready. Thank you for your patience.

" ); oosFormContainer.classList.add("oosSuccess"); //oosCookie() ga('send', 'event', 'OOS', 'Added', oosProductName) } else { oosResult.html( "

Error

Please contact Customer Service
By Phone (402) 934-8116
By Email [email protected]

" ); oosFormContainer.classList.add("oosFail"); ga('send', 'event', 'OOS', 'Error', oosProductName) } } function oosCookie() { //When Submitting new form if Cookie is already present if ($.mage.cookies.get("oosProducts")) { oosProductCookie.products.push({ // "name": oosProductName, "sku": oosProductSku, "date": new Date().toLocaleDateString() }); oosProductCookie.productCount = oosProductCookie.productCount + 1; $.mage.cookies.set("oosProducts", JSON.stringify(oosProductCookie), { lifetime: 5184000 }) } else { //If no cookie create one. var newOosJson = { "productCount": 1, "products": [{ // "name": oosProductName, "sku": oosProductSku, "date": new Date().toLocaleDateString() }] }; $.mage.cookies.set("oosProducts", JSON.stringify(newOosJson), { lifetime: 5184000 }) } } } }); require([ 'jquery', 'owl.carousel/owl.carousel.min' ], function ($) { if (typeof relatedArray !== 'undefined') { if (Object.keys(relatedArray.relatedProducts).length > 2) { var products = relatedArray.relatedProducts; var recCount = 0; var oosFormCont = document.getElementById("oosFormCont"); //console.log(products); $("#oosFormCont").ready(function () { var oosRelatedRecs = document.createElement("div"); oosRelatedRecs.id = 'oosRelatedRecs'; oosRelatedRecs.classList.add("oosRelatedRecs"); oosRelatedRecs.classList.add("owl-carousel"); $("#OosRecommendations").html( '

Other Customers Also Viewed

' ); $("#OosRecommendations > div").append(oosRelatedRecs); $.each(products, function (k, v) { $('#oosRelatedRecs').append( '

' + v.productName + '

'); }); $("#oosRelatedRecs").owlCarousel({ loop: true, margin: 0, autoWidth: true, nav: true, navText: ["", "" ], dots: false, responsive: { 0: { items: 2, nav: false, dots: true }, 640: { items: 3, nav: false, dots: true }, 768: { items: 4, nav: false, dots: true }, 992: { items: 5 }, 1200: { items: 5 } } }); $('.oosLeft').parent().css('cssText', "left:-7%!important;"); $('.oosRight').parent().css('cssText', "right:-7%!important;"); }); }; var wWidth = window.innerWidth; if (wWidth < 768 && relCount < 2) { document.querySelector('#maincontent > div.columns > div > div.block.related').style.display = "none"; } if ((wWidth >= 768 && wWidth < 992) && relCount < 3) { document.querySelector('#maincontent > div.columns > div > div.block.related').style.display = "none"; } if ((wWidth >= 992) && relCount < 4) { document.querySelector('#maincontent > div.columns > div > div.block.related').style.display = "none"; } if (relCount == 1) { //console.log("should hide") document.querySelector('#maincontent > div.columns > div > div.block.related').style.display = "none"; //console.log("did it?") } } });

Proven Winners&reg; ColorChoice&reg; Lo & Behold&reg; Blue Chip Butterfly Bush (2024)

FAQs

How do you prune a lo and behold blue chip butterfly bush? ›

Pruning generally not needed, but may be trimmed in spring. Fragrant flowers. Deer resistant. Attracts butterflies and hummingbirds.

Is lo and behold butterfly bush invasive? ›

Non-invasive. Dwarf, spreading habit. Deer-resistant.

Is butterfly bush easy to grow from seed? ›

You can grow butterfly bushes from seed, but it's usually quicker and easier to propagate butterfly bush cuttings. Seeds need to be pre-chilled for up to four weeks prior to planting. Since butterfly bush seeds require plenty of light to germinate, the seeds only need to be lightly covered with soil.

What is the problem with the butterfly bush? ›

It's considered a noxious weed in some regions because it can out-compete native plants and destroy habitat. Native plants are crucial host plants for local caterpillars and other pollinators.

Should I cut back my butterfly bush every year? ›

Butterfly bushes do not need to be pruned every year. In fact, you only need to prune them when they get too large for the space allotted. But since butterfly bushes only bloom on new growth many gardeners prune them severely each spring to encourage lots of new growth and lots of flowers.

Where best to plant a butterfly bush? ›

Light: Butterfly bushes grow and flower best in full sun. They will grow fine in part shade, especially in warmer climates, but their flowering may be reduced. Soil: Butterfly Bushes are not particular about the soil conditions, as long as it drains well. Poorly-drained soils can cause root rot.

Are butterfly bushes banned? ›

The real harm of invasive butterfly bushes

The most commonly-banned invasive type of butterfly bush is the Buddleia davidii, which has been declared invasive on most of the east and west coasts of the US, as well as England and New Zealand.

Is Buddleia butterfly bush invasive? ›

Ecological Threat. Buddleja davidii readily invades disturbed sites and riparian areas. Although butterflies will use this plant as a nectar source their larvae cannot survive on it. By replacing native larval food source plants butterflybush can have a negative impact on wildlife.

Do hummingbirds like butterfly bushes? ›

Buddleias attract other insects too, like moths, and the reddish ones strongly attract hummingbirds. So it's more than a name; it's actually a botanical phenomenon. Learn more about why gardeners love this easy-to-grow shrub.

Is butterfly bush toxic to dogs? ›

Is Butterfly Bush Toxic for Dogs? While they are not edible, they are also not poisonous to dogs, cats, or humans. Eating a large quantity (we mean a lot) of leaves, stems, or flowers can cause an upset stomach. It is certainly safe for your dogs!

How long does it take a butterfly bush to reach full height? ›

It is a very fast-growing plant that usually reaches maturity within a single growing season, but some wariness is warranted, as this plant self-seeds so readily that it is considered a noxious weed in some regions.

Do butterfly bushes attract mosquitoes? ›

The scientists chose the butterfly bush (Buddleja davidii) for their experiment because it's a very hardy plant that flowers throughout the year, and mosquitoes are attracted to it.

Do butterfly bushes have a lifespan? ›

Typically, a butterfly bush will live about 10 years. You may find some plants that live longer than that, but it's a rare case. Proper care of a butterfly bush will help it live longer and thrive in your garden.

Are butterfly bushes hard to maintain? ›

The colorful flowering butterfly bush is easy to care for and a favorite of gardeners and butterflies alike. Butterfly bushes, Buddleia davidii, are fast-growing deciduous shrubs that will tempt butterflies and hummingbirds to visit your garden.

How do you take care of a blue butterfly bush? ›

Care Guide

Prune your plant regularly to keep it from getting too tall and out of control. Water regularly and feed once a month using an all-purpose fertilizer. Remove dead flowers constantly to promote more blooms and cut back hard in the late winter or early spring to encourage new growth.

How do you keep a butterfly bush blooming? ›

You can prune your bushes anytime, and you will probably need to prune a few times each summer to keep them under control. Keep faded flowers deadheaded to encourage more blooms. Mulch the plants generously to protect them during the winter.

How do you rejuvenate a butterfly bush? ›

If it's late in the spring and you discover dead growth on your butterfly bush, prune it away. New growth can only come from living stems, and this should encourage it to start growing. Don't do it too early, though. A bad frost after this kind of pruning can kill back all that healthy living wood you've just exposed.

Top Articles
Best Credit Cards to Use at Walmart - NerdWallet
Using an atlas - BBC Bitesize
Chs.mywork
Forozdz
Jesus Calling December 1 2022
Mustangps.instructure
Gameplay Clarkston
Free Robux Without Downloading Apps
Wmlink/Sspr
Giovanna Ewbank Nua
Bernie Platt, former Cherry Hill mayor and funeral home magnate, has died at 90
UEQ - User Experience Questionnaire: UX Testing schnell und einfach
Nioh 2: Divine Gear [Hands-on Experience]
Erskine Plus Portal
Used Drum Kits Ebay
10 Fun Things to Do in Elk Grove, CA | Explore Elk Grove
Encore Atlanta Cheer Competition
Mega Personal St Louis
Yonkers Results For Tonight
Yosemite Sam Hood Ornament
Restored Republic June 16 2023
Sofia the baddie dog
Panolian Batesville Ms Obituaries 2022
Restaurants In Shelby Montana
Netspend Ssi Deposit Dates For 2022 November
Democrat And Chronicle Obituaries For This Week
Himekishi Ga Classmate Raw
Askhistorians Book List
Sam's Club Near Wisconsin Dells
UPC Code Lookup: Free UPC Code Lookup With Major Retailers
Best New England Boarding Schools
Kaiserhrconnect
Www.craigslist.com Syracuse Ny
Minecraft Jar Google Drive
R&J Travel And Tours Calendar
Otter Bustr
My.lifeway.come/Redeem
Frcp 47
Toth Boer Goats
Bernie Platt, former Cherry Hill mayor and funeral home magnate, has died at 90
How much does Painttool SAI costs?
Timberwolves Point Guard History
Cocaine Bear Showtimes Near Cinemark Hollywood Movies 20
Arigreyfr
Best Conjuration Spell In Skyrim
War Room Pandemic Rumble
Every Type of Sentinel in the Marvel Universe
Publix Store 840
Grandma's Portuguese Sweet Bread Recipe Made from Scratch
Buildapc Deals
Latest Posts
Article information

Author: Rubie Ullrich

Last Updated:

Views: 6262

Rating: 4.1 / 5 (52 voted)

Reviews: 83% of readers found this page helpful

Author information

Name: Rubie Ullrich

Birthday: 1998-02-02

Address: 743 Stoltenberg Center, Genovevaville, NJ 59925-3119

Phone: +2202978377583

Job: Administration Engineer

Hobby: Surfing, Sailing, Listening to music, Web surfing, Kitesurfing, Geocaching, Backpacking

Introduction: My name is Rubie Ullrich, I am a enthusiastic, perfect, tender, vivacious, talented, famous, delightful person who loves writing and wants to share my knowledge and understanding with you.