Jquery JavaScript DHTML


  
    
    
        $(document).ready(function(){
            alert($("*").index( $('#foobar')[0] ));
        });