Visual Communication

Essentials Mobile Clear Divider

Essentials by MooreCo

SKU: Select required fields for SKU

Ships in x days or less

*Lead times subject to change during peak season. Add to Quote Basket

Get clear protection for your office, school, and industrial spaces!

With a clear plastic panel to create spaces that are protected yet still maintain visibility, the Essentials Mobile Clear Divider provides mobile and see-through protection for your guests, employees, students, and more.

Ideal for use between workers on an assembly line, students in class, customer facing positions, or anywhere else you need to provide an easy to disinfect clear divider.

Featuring anodized aluminum trim, the plastic panel accepts dry erase markers. Panel measures 54″H x 68″W.

Wide base design is stable, and heavy duty locking casters move easily.

SCS Indoor Advantage Gold Certified.

Please note: When cleaning clear screens always be sure to use a soft, non-abrasive cloth, such as a microfiber or lint free cloth, and apply light pressure only. Never use paper towels.

var ajaxurl = "https://www.moorecoinc.com/wp-admin/admin-ajax.php"; jQuery(document).ready(function( $ ) { $('#materials-finishes').lightGallery({ selector: ".swatch" }); //The download counter function $(".download-button").click(function(e){ //Grab the document ID var post_id = $(this).data('post-id'); var page_id = $(this).data('page-id'); //Check if the document has already been downloaded via a cookie, which has the name of the document ID if (!document.cookie.split('; ').find(row => row.startsWith(post_id))) { //Grab the current download number from the data atrributes of the link var data_count = $(this).attr('data-downloads'); //Add one to the download count, so that the updated value can be sent to ajax data_count = parseInt(data_count) + 1; //If we're on the single download page and have the download count span element, we change the value of it if($('.download-count').length) { $('.download-count').html(data_count); } //Setup of the data for the ajax call var postdata = { 'action': 'download_counter', 'downloads': data_count, 'postid': post_id, 'download_id': post_id, 'page_id': page_id }; $.ajax({ url: ajaxurl, type: 'POST', dataType: "html", data: postdata }); //Set the cookie with the document ID, so that multiple downloads don't count document.cookie = post_id+'=true; expires=Wed, 1 Jan 2070 13:47:11 UTC;' } }); });