basic delay on jqyery .click function
Posted
by kalpaitch
on Stack Overflow
See other posts from Stack Overflow
or by kalpaitch
Published on 2010-03-30T22:51:35Z
Indexed on
2010/03/30
22:53 UTC
Read the original article
Hit count: 372
I have the most basic jquery function of them all, but I couldn't find a way in the documentation to trigger the contents of this click function after say 1500 milliseconds:
$('.masonryRecall').click(function(){
$('#mainContent').masonry();
});
© Stack Overflow or respective owner