JQuery JavaScript Tutorial

< html>
  
    
    
        $(document).ready(function(){
            alert($("*").index( $('#foo')[0] ));
        });