我需要创建一个更改并在鼠标悬停在用户名时停止的计时器我无法编辑HTML所以我必须使用下面的文字更改用户名
$(document).ready(function() {
$("a").css("visibility","visible");
$("img[width!='32']").css("display","inline");
$("a[href*='/?q=ntlp/user/profile/197566']").html("username goes here");
$("a[href*='/?q=ntlp/user/profile/197566']").attr("href","www.website.com");
});
但需要在两个用户名之间进行更改,我不知道该怎么做。