«Uncaught Error: cannot call methods on tabs prior to initialization; attempted to call method 'option'»

How to fix

Replace the problem line with the new one:

$('.product.data.items').tabs().tabs('option', 'openOnFocus', true);

Dmitry thank you for your suggestion