[Code] Có tin nhắn mới Tue Aug 21, 2012 9:36 am CLICK VÀO LÝ LỊCH
demo:[Only admins are allowed to see this image]
Cách làm :
cho vào footer code sau:
Cách làm :
cho vào footer code sau:
- Code:
<script type="text/javascript">
$(function(){
if (Number($("a.mainmenu[href^='/privmsg'] strong").text()) > 0){
var a = $("a.mainmenu[href^='/privmsg'] strong").text();
var b = confirm("Bạn có "+a+" tin nhắn mới.Bạn có muốn đến hộp thư.");
if( b == true){location.href = '/privmsg?folder=inbox'};
};
});
</script>