function hidemsg() {
setTimeout(function () {
$("#" + '<%=lblSkillmsg.ClientID%>').hide('blind', {}, 500)
}, 5000);
}
you can set second also (5000 change to 6000 or etc.)
setTimeout(function () {
$("#" + '<%=lblSkillmsg.ClientID%>').hide('blind', {}, 500)
}, 5000);
}
you can set second also (5000 change to 6000 or etc.)
No comments:
Post a Comment