MMikomarDec 4, 2017
Hi,
I'm trying to use the process steps feature but the commented line in the following script section causes the page to reload indefinitely.
$(function() {
//$( "#processTabs" ).tabs({ show: { effect: "fade", duration: 400 } });
$( ".tab-linker" ).click(function() {
$( "#processTabs" ).tabs("option", "active", $(this).attr('rel') - 1);
return false;
});
});
Any idea?
Thanks,
Mickael
