AmanKhan9

Results 3 comments of AmanKhan9

How about using some brute force : var comboRef = document.getElementById('yourcomboid'); var isMatch = false; var liElems = comboRef .parentNode.getElementsByTagName("li"); for(var i=0;i

I am also using the plugin in one of my projects and would like to contribute to the project.

I changed the padding value under **.scrtabs-tabs-fixed-container ul.nav-tabs > li** from padding: 0px 12px; to **padding: 0px 11px;** in **jquery.scrolling-tabs.css** and it worked for me.