Boo! Yeah sorry it's me again...
I'm launching a modal with:
<a data-toggle="modal" data-target="#loginModal" href="javascript:;">Register</a>
The modal has 3 tabs. It should usually open on tab one (it does), but in this instance I would like it to automatically open on tab 2 when a particular link is followed... so here is the 'logic':
data-target="#loginModal#tab_2"
Now the reason I say logic is because that obviously won't work. The real question here is - how does one make it work? To A) target a specific modal and in the same instance B) target a specific tab.
Many kudos!
Michael