i have this link <a>jander</a>
.
When I put the mouse cursor over it, the selection cursor is shown instead of the little hand.
Is there any way to show the little hand?
Note: I don't want to use href='#' because it is that case when I click on the link (it's a link that executes ajax function), it goes to the top of the page.
Yes, it is valid to use the anchor tag without a href attribute. If the a element has no href attribute, then the element represents a placeholder for where a link might otherwise have been placed, if it had been relevant, consisting of just the element's contents.
Definition and Usage. The href attribute specifies the URL of the page the link goes to. If the href attribute is not present, the <a> tag will not be a hyperlink. Tip: You can use href="#top" or href="#" to link to the top of the current page!
simply replacing <a href="myLink. html">mylink</a> with <a ontouchstart="window. location='myLink.
Is href required on links? Yes. Anchors without href attributes are not links. If you are doing that, then do it right.
Style the cursor as so:
<a style="cursor:pointer;">jander</a>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With