Support

Account

Home Forums Backend Issues (wp-admin) Tabs bouncing back to first tab on input of conditional fields Reply To: Tabs bouncing back to first tab on input of conditional fields

  • If you remove this line of code, the tabs works perfectly.

    if( $target.siblings(':visible').exists() )
    		{
    // remove line bellow			
    
    ///////$target.siblings(':visible').first().children('a').trigger('click');

    }`