how to set the title for a link in html -
i want set new title link in html
normal way set title insert title inside <a>
tag.
but want hide title inside <a>
tag. , set new title link. not want modify innerhtml
<a>
tag. want put attribute hide current innerhtml
, put attribute name instead.
my purpose :
i want implement in place editing url. if user hover on link gets link edit associated current link. if user click on link redirects link. , if user click on edit link the in place editing url enabled using bootstrap editable library. bootstrap lib demands whatever inside <a>
tag (correct me if wrong) taken value of field edited. dont want modify innerhtml
of <a>
tag.
i using title attribute same, making no sense purpose. there attribute available, achieve objective?
no. there no html attribute override child nodes of <a>
element , render different content there.
Comments
Post a Comment