...
|
...
|
@@ -8,6 +8,6 @@ $('.employ span').each(function(index) { |
|
|
employ.on('tap', function(e) {
|
|
|
$('.employ-list').addClass('none').eq(index).removeClass('none');
|
|
|
$('.employ span').removeClass('active').eq(index).addClass('active');
|
|
|
window.rePosFooter();
|
|
|
window.rePosFooter();
|
|
|
});
|
|
|
}); |
|
|
\ No newline at end of file |
...
|
...
|
|