Plugin Author
BenDlz
(@bendlz)
Hi,
We didn’t your post, our apologies.
We just pushed a fix for your issue.
Best regards,
Benjamin
Thread Starter
BenDlz
(@bendlz)
Hi Sagar,
Thank you for your fast answer!
I integrated it, just a few modifications:
jQuery(".switch_option").click(function(e){
var postid = $('.switch_button').data('postid');
var optionId = $(this).data('optionid');
jQuery('div[id*="tabs_'+postid+'"]').each(function() {
jQuery(this).tabs("option","active",optionId);
});
});
Thank you,
Best regards,
Ben
Thread Starter
BenDlz
(@bendlz)
Hi,
Thanks for your answer, and sorry for the late reply.
Here is an example page including it: http://docs-at.azurewebsites.net/ios-en/screen-and-application-indicators/
Thanks,
Ben