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
Sau
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
Demo :
Trước
Sau
Thực hiện : vào Javascript codes management tạo Javascript mới :
Title * : tùy ý
Placement : In all the pages
Javascript Code * :
- Code:
function helpline(help) {
if (help.length < 5)
showtip(eval(help + "_help"));
else
showtip(help);
if (this.addEventListener) {
this.addEventListener("mouseout", function () {
hidetip();
}, false);
}
}
Nguồn c3zone.net
No Comment.