, <p>, SOL - javascript. , , , , <p> <span> - . JS.
. jQuery
var;
$("span").mouseover(function() {
timer = timeout(highlight(this), 2000);
});
$("span").mouseout(function() {
clearTimeout(timer);
});
function underline(jObject) {
jObject.css("text-decoration", "underline");
}
, , 100% , , , .