<!DOCTYPE html>src="//libs.baidu.com/jquery/1.10.2/jquery.min.js"$(document).ready(function(){$("button").click(function(){alert($(".hot").index($("#favorite")));});});Click the button to get the index of the element with id="favorite", relative to the jQuery selector (class="hot"):Get indexMilkclass="hot"Teaclass="hot" id="favorite"Coffee