-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Hello,
The correct attribute with image tag is "alt", not "title" :
var linkImg = $("")
.attr("src", settings.imgpath + v.icon)
.attr("title",v.title)
.css({
"float": "left",
"margin-right": "5px",
"border": "1px solid #333"
})
.appendTo(listLink);
.attr("title",v.title) --> .attr("alt",v.title)
HAGD.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels