๑۩۞๖ۣۜKu•๖ۣۜMa۞۩๑
Mẹo này giúp bạn chuyển những dòng chú thích cho bbcode vào tooltip
Demo :
Trước
[You must be registered and logged in to see this image.]
Sau
[You must be registered and logged in to see this image.]
Thực hiện : vào Javascript codes management tạo Javascript mới :
Title * : tùy ý
Placement : In all the pages
Javascript Code * :
Demo :
Trước
[You must be registered and logged in to see this image.]
Sau
[You must be registered and logged in to see this image.]
Thực hiện : vào Javascript codes management tạo Javascript mới :
Title * : tùy ý
Placement : In all the pages
Javascript Code * :
Nguồn c3zone.net
:Hide: - Code:
function helpline(help) {
if (help.length < 5)
showtip(eval(help + "_help"));
else
showtip(help);
if (this.addEventListener) {
this.addEventListener("mouseout", function () {
hidetip();
}, false);
}
}