How can i get the position number of an element?
问题 Is there any plugin in firefox or function in firebug or something else, that lets me se the position number of a specific element? If i for example want to know the what position a specific TD element has compared to all the TD's in the document. EXAMPLE: <html> <head> <body> <table> <tr> <td></td> (0) <td></td> (1) <td></td> (2) <td></td> (3) <td></td> (And so on...) <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <------ WHAT IS THE POSITION NUMBER OF THIS