Link to home
Start Free TrialLog in
Avatar of Imaginx
Imaginx

asked on

jQuery delay

I am forever having problems with the jQuery function .delay()

I have read the jQuery docs, not sure what I'm doing wrong.

For example:

function triggerRight(){
	for(var i = 1; i <= 20; i++ ){
		movePhotosRight().delay(400);
	}
}

Open in new window


TIA Experts
ASKER CERTIFIED SOLUTION
Avatar of Imaginx
Imaginx

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial