Méo có một button class='button', khi click vào button thì bảng sẽ hiện ra fadeIn(250)
Vậy có cách nào cho nó hiện sau khoảng 3s không ạ?
Answer: https://devs.forumvi.com/t591-hoi-dap-sau-mot-thoi-gian-moi-xuat-hien-fadein?showpost=p3532
- Code:
<button class="button"></button>
<div class="something"></div>
<script>$('.button').click(function(){$('.something').fadeIn(250);});</script>
Vậy có cách nào cho nó hiện sau khoảng 3s không ạ?
Answer: https://devs.forumvi.com/t591-hoi-dap-sau-mot-thoi-gian-moi-xuat-hien-fadein?showpost=p3532