Re:
Which "href" value should I use for JavaScript links, "#" or "javascript:void(0)"?
I am playing with a list of items I am sending from mysql via php o the browser.
In the browser I want to be able to say "Edit this record here".
I want to be able to use on desktop and on my phone.
The issue is that my phone allows me to navigate [give focus to] links, form buttons, form input fields etc but not say icon images. [Not a touch screen phone]
So if I don't use A HREF to pick up a focusable point for onclick events then what?
Thanks