- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
$(document).ready(function() {
$('.tab1').click(function () {
$('.tab-t1').show();
$('.tab-t2').hide();
$('.tab-t3').hide();
$('.tab1 i').addClass('active');
$('.tab2 i').removeClass('active');
$('.tab2 i').removeClass('active');
});
$('.tab2').click(function () {
$('.tab-t1').hide();
$('.tab-t2').show();
$('.tab-t3').hide();
$('.tab1 i').removeClass('active');
$('.tab2 i').addClass('active');
$('.tab3 i').removeClass('active');
});
$('.tab3').click(function () {
$('.tab-t1').hide();
$('.tab-t2').hide();
$('.tab-t3').show();
$('.tab1 i').removeClass('active');
$('.tab2 i').removeClass('active');
$('.tab3 i').addClass('active');
});
});
blablabla2 02.10.2014 14:18 # +3
Для пущего веселья нужно увеличить количество табов в тз до 20 штук.
Lokich 02.10.2014 18:59 # 0
cyperh 02.10.2014 19:21 # 0
Lokich 02.10.2014 21:13 # 0
cyperh 03.10.2014 11:35 # 0
Lokich 08.10.2014 11:31 # 0
istem 02.10.2014 21:19 # 0
cyperh 03.10.2014 11:36 # 0
istem 06.10.2014 07:36 # 0