K
K
Kostya2016-03-30 01:53:37
JavaScript
Kostya, 2016-03-30 01:53:37

How to implement such a drop down list?

Hello, I have tabs and on mobile devices it is necessary to implement tab links in the following form: a link with an active tab (the rest are hidden), when you click on it, a list opens and you can select the link of the next tab, and when selected, the list closes. How to do it? maybe there are similar solutions?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
devstudent, 2016-03-30
@devstudent

the same link cannot open a tab and be a list of links to other tabs

S
Sergey, 2016-03-30
@gangstarcj

$("a.active").click(function(){
//Открыть список
});

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question