VPS business hosting starting at $29.95/24/7 premium technical support

Magento 2 Multi Select click all code – Tax Rates

Put the following code in console.

require(["jquery"],function($){
	$( ".mselect-fixed label" ).each(function( index ) {
  if($(this).children("input").hasClass("mselect-checked")){}
  else $(this).trigger('click');
	});
});

Author: Harshvardhan Malpani

PHP Developer based in New Delhi, India. Working as a freelance web developer providing server deployment, website development and maintenance services.

Leave a Reply

Your email address will not be published. Required fields are marked *