Thanks Nicolas,
I've tried this before but this is not working. I guess this has to do with scoping?
I've included my jQuery-code in a separate js-file in which I call your function (after page loaded).
Do I have to load some specific js-file or functions before I can call them?
Your function is not showing any result.
Hope you can help me further.
Thanks in advance
See below code snippet:
// toggle with / without custom text
jQuery('#hikashop_product_option_0').on('change', function() {
set_text_jn(jQuery(this).val());
jQuery('#hikashop_product_option_0').val(76).trigger('change');
hikashopChangeOption(); // call update option price-function
});