Trigger click not working
Hello everybody,
Why does this code not work to trigger the size type button?
setTimeout(function () {
$('select.product-type.js-size-type').trigger('click');
}, 1000);
This is the select button:
<select class="product-type js-size-type">
Thanks in advance!