There is a regular html table, how can I use jquery to determine which column the cursor is pointing at?
Like that:
$("td").hover(function(){ alert($(this).index()); });
Source: https://ru.stackoverflow.com/questions/97740/More articles:Why does the table “pop up” from the diva?Console applicationCorrectly disable tinymceRunning the process in BackgroundWorkerWhere are the settings stored?How to organize each cycle correctly?Qt creator behaves strangelyDefining menu stylesRun java application with external librariesReplace all characters in javascriptAll Articles