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

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -