Description taken from ALT instead of TITLE
  • ...so you don't have the description text in the browser tooltips, especially something like a link to an external website.

    Is there a problem if I do that? Here's the line (658) where I changed TITLE to ALT:

    pp_descriptions = (isSet) ? jQuery.map(matchedObjects, function(n, i){ if($(n).attr('rel').indexOf(theRel) != -1) return ($(n).attr('alt')) ? $(n).attr('alt') : ""; }) : $.makeArray($(caller).attr('alt'));
  • It works but it doesn't validate as XHTML 1.0 Strict.... too bad, I definitely hate the browser tooltips since I have a few long descriptions and some "Visit the website" buttons.

    Any idea if is there anything that can replace TITLE and use it for the description?

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!