SyntaxFix
Write A Post
Hire A Developer
Questions
You can use setInterval:
setInterval
var timer = setInterval( myFunction, 1000);
Just declare your function as myFunction or some other name, and then don't bind it to $('.more')'s live event.
$('.more')