Thread Starter
Sachin
(@sachindev)
solved,
var clicked ;
jQuery('.color-variable-item').on('click',()=>{
if(!clicked){
jQuery(".button-variable-item").each(function(){
if(!jQuery(this).hasClass('disabled')){
jQuery(this).trigger('click')
clicked = true;
}
});
}
});
-
This reply was modified 5 years, 3 months ago by Sachin.
Hi,
can you provide that custom code to solve this problem.
No we are not using any security plugin.
-
This reply was modified 5 years, 5 months ago by Sachin.