// Récupéré depuis la doc de jQuery - je ne m'en souviens jamais
ul>
<li id="foo">foo</li>
<li id="bar">bar</li>
<li id="baz">baz</li>
</ul>
var listItem = document.getElementById( "bar" );
alert( "Index: " + $( "li" ).index( listItem ) );
// Index: 1
jquery
https://api.jquery.com/index/
<iframe width="100%" height="398" src="http://raphael.salique.fr/snippetvamp/index.php?embed=57d908cb3955e" type="text/html"></iframe>
Texte seul - Permalink - Snippet public posté le 14/09/2016