I have an HTML table and I put a double click on the rows. The table is read only except for some <input>
fields.
How can I make it so that the cursor does not change to an I bar when I hover over the text that's not an <input>
field?
I received some answers but they just point to links. Can someone give me an example in a fiddle ?