I have two tabs and configured usign jQuery UI.
ul class="tabs"
li tabone
li tabtwo
ul
dynamically from C# code behind I will hide or select some tab let say tabtwo
and the other tab has to be hidden …
As per screenshot below. I am pretty sure someone has done this before! =)
The circle is a bonus, would be very happy with a solution that allows highlighting of a given "div"
I have a simple html multi select drop down list:
<select id="transactionType" multiple="multiple" size="10">
<option value="ALLOC">ALLOC</option>
<option value="LOAD1">LOAD1</option>
<option value="LOAD2"&…