1. jimmywiddle
  2. General
  3. Thursday, August 04 2016, 02:01 PM
Hi,
Ive been trying to find the active registration tab with jquery (and for example, if active tab = tab3 run some code), ive been looking at the following post and others but most use the data-toggle which doesn't exist in the nav tabs in joomlas registration.

http://stackoverflow.com/questions/20705905/bootstrap-3-jquery-event-for-active-tab-change

I thought perhaps you had come across this before and could save me some time, I know how wonderful your support is!

Many many thanks in advance!
admin Accepted Answer
Admin
Hi,
here a code

var id_of_tab = jQuery('#member-registration .tab-pane.active').attr('id');
  1. more than a month ago
  2. General
  3. # 1
jimmywiddle Accepted Answer
Content Protected
  1. more than a month ago
  2. General
  3. # 2
admin Accepted Answer
Admin
Hi,
there are many ways to do this, the most simple is to use time events (setTimeout/setInterval) instead ""change mouseover click input" . This is simple and works on all devices.
  1. more than a month ago
  2. General
  3. # 3
jimmywiddle Accepted Answer
Thanks again! Your time/help is much appreciated!
  1. more than a month ago
  2. General
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.