3
I have the following <ul>
:
<ul class="opcoes">
<li id="">Escolha a opção abaixo</li>
<li id="1">1</li>
<li id="2">1</li>
<li id="3">3</li>
</ul>
Has as change position of a <li>
to the first position of <ul>
in jQuery when clicking on the given <li>
?
that’s right, thank you.
– Carlos Rocha