filterSelection("all") function filterSelection(c) { var x, i; x = document.getElementsByClassName("filterDiv"); if (c == "all") c = ""; // Add the "show" class (display:block) to the filtered elements, and remove the "show" class from the elements that are not selected for (i = 0; i < x.length; i++) { w3RemoveClass(x[i], "show"); if (x[i].className.indexOf(c) > -1) w3AddClass(x[i], "show"); } } // Show filtered elements function w3AddClass(element, name) { var i, arr1, arr2; arr1 = element.className.split(" "); arr2 = name.split(" "); for (i = 0; i < arr2.length; i++) { if (arr1.indexOf(arr2[i]) == -1) { element.className += " " + arr2[i]; } } } // Hide elements that are not selected function w3RemoveClass(element, name) { var i, arr1, arr2; arr1 = element.className.split(" "); arr2 = name.split(" "); for (i = 0; i < arr2.length; i++) { while (arr1.indexOf(arr2[i]) > -1) { arr1.splice(arr1.indexOf(arr2[i]), 1); } } element.className = arr1.join(" "); } // Add active class to the current control button (highlight it) var btnContainer = document.getElementById("myBtnContainer"); var btns = btnContainer.getElementsByClassName("btn"); for (var i = 0; i < btns.length; i++) { btns[i].addEventListener("click", function() { var current = document.getElementsByClassName("active"); current[0].className = current[0].className.replace(" active", ""); this.className += " active"; }); }
Located in Valley, Alabama, Camellia Crossing is a desirable community expertly planned and constructed by builders Holland Homes. Providing the comfort of a community right at your front door, this neighborhood is sure to meet the needs of anyone.
This new community will not only offer a variety of lot sizes and popular layout styles, but the nearby commercial spaces give the builds a unique and convenient aspect to your living area. With shops, dining, and green space just a block away, Camellia Crossing features a complete community for everyone, no matter their stage of life.
Offering single, multi, estate, and farm lots, all are sure to love the versatile home plan options and closely situated amenities that allow more time to be enjoyed with your loved ones. Constructed by Holland Home professionals, using high-quality materials and exceeding industry standards, these homes are built to last as your family grows. By incorporating a cozy farmhouse feel with luxurious modern touches these builds are sure to make anyone feel at home and ready to begin their move-in.