BuildCrete Mesh 11oz Fiberglass Mesh

Item: 00-BC-MESH

Description

Description

11# Fiberglass Mesh (237ft2 per roll)

Application: BuildCrete Stucco / BuildCrete Plaster

Mesh offers the best exterior/interior structural reinforcement material used for BuildCrete Stucco & Plaster. The function of reinforcing mesh in the reinforce the coatings. Metal mesh cannot be used with BuildCrete. This extremely durable and decay resistant fabric displays flexible properties, high strength, excellent alkaline resistance, and non-adhesive, widely used as the ideal exterior insulation and finish system.

38" wide 

237 SQFT per roll 

20 lbs each roll 

To top $(document).ready(function() { let $targetTextarea = $('textarea[name="new-user-notification"]'); function getFieldLabel($field) { const fieldId = $field.attr('id'); const fieldName = $field.attr('name'); const placeholder = $field.attr('placeholder'); if (fieldId) { const $label = $(`label[for="${fieldId}"]`); if ($label.length) { let labelText = $label.text().replace(/^\s*\*\s*/, '').trim(); if (labelText) return labelText; } } if (fieldName && fieldName.match(/^input\[(\d+)\]$/)) { const match = fieldName.match(/^input\[(\d+)\]$/); if (match) { const index = match[1]; const $hiddenLabel = $(`input[name="label[${index}]"]`); if ($hiddenLabel.length) { const labelText = $hiddenLabel.val().trim(); if (labelText) return labelText; } } } if (placeholder) return placeholder; return fieldName || fieldId || 'Unknown Field'; } let timeoutId; function debounce(func, delay) { clearTimeout(timeoutId); timeoutId = setTimeout(func, delay); } function updateTextarea() { let content = ''; const $allFields = $('#usre_rego input:not([type="hidden"]):not([type="submit"]):not([type="button"]):not([type="password"]), #usre_rego textarea, #usre_rego select'); $allFields.each(function() { const $field = $(this); const fieldName = $field.attr('name'); const fieldType = $field.attr('type'); if ($field.is($targetTextarea)) { return; } if (fieldName === 'xmci_csrf_token' || fieldName === 'action' || fieldName === 'module_form_id' || fieldName === 'g-recaptcha-response') { return; } if (fieldName && fieldName.match(/^(label|required|emailValidation)\[\d+\]$/)) { return; } let value = ''; if (fieldType === 'checkbox') { value = $field.is(':checked') ? 'Yes' : 'No'; } else if (fieldType === 'radio') { if ($field.is(':checked')) { value = $field.val() || 'Selected'; } else { return; } } else { value = $field.val() || ''; } const label = getFieldLabel($field); if (value.trim() !== '') { content += '|' + label + ': ' + value + '\n'; } }); $targetTextarea.val(content); } $('#usre_rego').on('input change', 'input:not([type="hidden"]):not([type="submit"]):not([type="button"]):not([type="password"]), textarea, select', function() { debounce(updateTextarea, 300); }); $('#usre_rego').on('submit', function() { updateTextarea(); }); updateTextarea(); if ($targetTextarea.val().trim() === '') { $targetTextarea.val('Script loaded successfully! Form fields will populate here.\n'); } });