Skip to main content

Delicious Recipes

for Every Day

Stuck for ideas on how to use our products? Here are some recipe ideas to inspire the Caribbean cook within you.

UIkit.util.ready(function () { // 1. Correct the misspelled HTML attribute on-change to a native browser event jQuery('body').on('change', 'select.uk-select[data-product-id]', function() { var $select = jQuery(this); var productId = $select.attr('data-product-id'); var optionId = $select.attr('data-option-id'); var selectedValue = $select.val(); // J2Commerce 6 list targets look for this wrapper form var formTarget = '#j2commerce-addtocart-form-' + productId; // 2. Safely trigger the core filter engine if (typeof doAjaxFilter === 'function') { doAjaxFilter(selectedValue, productId, optionId, formTarget); } });