как добавить стрелки перемещения в таб/аккордеон по контенту

193
24 февраля 2018, 20:49

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> 
<link href="https://cdnjs.cloudflare.com/ajax/libs/uikit/3.0.0-beta.40/css/uikit.min.css" rel="stylesheet"/> 
 <div class="navRight"> 
        <ul id="component-tab-right" class="uk-switcher"> 
         <div class="navRight__top"> 
  					<div class="navRight__img_text">Birds (Aves) are a group of endothermic vertebrates, characterised by feathers, toothless beaked jaws, laying of hard-shelled eggs, a high metabolic rate, a four-chambered heart. of hard-shelled eggs,  
					a high metabolic rate, a four-chambered heart.</div> 
  		</div> 
                   
         <div class="navRight__top"> 
  					<div class="navRight__img_text">Birds (Aves) are a group of endothermic vertebrates, characterised by feathers, toothless beaked jaws, laying of hard-shelled eggs, a high metabolic rate, a four-chambered heart. of hard-shelled eggs,  
					a high metabolic rate, a four-chambered heart.</div> 
  		</div> 
         <div class="navRight__top"> 
  					<div class="navRight__img_text">Birds (Aves) are a group of endothermic vertebrates, characterised by feathers, toothless beaked jaws, laying of hard-shelled eggs, a high metabolic rate, a four-chambered heart. of hard-shelled eggs,  
					a high metabolic rate, a four-chambered heart.</div> 
  		</div> 
  		<div class="navRight__top"> 
  					<div class="navRight__img_text">Birds (Aves) are a group of endothermic vertebrates, characterised by feathers, toothless beaked jaws, laying of hard-shelled eggs, a high metabolic rate, a four-chambered heart. of hard-shelled eggs,  
					a high metabolic rate, a four-chambered heart.</div> 
  		</div> 
  		<div class="navRight__top"> 
  					<div class="navRight__img_text">Birds (Aves) are a group of endothermic vertebrates, characterised by feathers, toothless beaked jaws, laying of hard-shelled eggs, a high metabolic rate, a four-chambered heart. of hard-shelled eggs,  
					a high metabolic rate, a four-chambered heart.</div> 
  		</div> 
          </ul> 
              </div> 
             
 <div class="navLeft"> 
        <div uk-grid> 
        		 
     <ul class="uk-tab-right" uk-tab="connect: #component-tab-right; animation: uk-animation-fade"> 
                    <li> 
                    	<a href="#">01</a> 
                    	<a  class="line" href="#">Process Name</a>     	  
                    </li> 
 
                    <li> 
                    	<a href="#">02</a> 
                    	<a  class="line" href="#">Process Name</a>   
                    </li> 
                    <li> 
                    	<a href="#">03</a> 
                    	<a  class="line" href="#">Process Name</a>   
                    </li> 
                    <li> 
                    	<a href="#">04</a> 
                    	<a  class="line" href="#">Process Name</a>   
                    </li> 
                    <li> 
                    	<a href="#">05</a> 
                    	<a  class="line" href="#">Process Name</a>   
                    </li> 
                </ul> 
                
                
        </div> 
     
</div> 
 
    <script src="https://cdnjs.cloudflare.com/ajax/libs/uikit/3.0.0-beta.40/js/uikit.min.js"></script> 
<script src="https://cdnjs.cloudflare.com/ajax/libs/uikit/3.0.0-beta.40/js/uikit-icons.min.js"></script>

READ ALSO
Сортировка значений в таблице jquery

Сортировка значений в таблице jquery

Как сделать сортировку значений в таблицеЕсть две колонки в таблице в по которым нужно делать сортировку

207
добавление данных в выпадающий список

добавление данных в выпадающий список

Есть таблица tableЕсть input для ввода пользователем данных

127
Построчный вывод из XML в HTML?

Построчный вывод из XML в HTML?

Стоит задача, есть xml документ из него нужно взять данные и вывести в html документ, то есть сделать сцепкуНо почему-то у меня из xml документа...

232