[jQuery] Interaction in tabs

[jQuery] Interaction in tabs


Hello,
I have 6 tabs. Each one of them contain many elements with class 'column'
I'd like to know, when a tab is selected, how many such elements in that
selected tab.
no matter how I tried, it gives me the right count on the first one selected
and start incrementing them for all subsequent selected.
$('#columns > .column').length;
How can I get that value just for selected tab?
Thank you.
--
View this message in context: http://www.nabble.com/Interaction-in-tabs-tp25009915s27240p25009915.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.