This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Status update for your VPS | |
Richard Winslow ([email protected]) Add to contacts 16:47 Keep this message at the top of your inbox | |
To: Richard Winslow | |
[email protected] | |
Dear Customer. | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If any one ever finds a need for this here's an example of 3 jQuery Cycle slidehows chained to play one after the other. | |
$(window).load(function() { | |
// Homepage galleries | |
$('.view-homepage-buildings').cycle({ | |
fx : 'fade', | |
speed : 3000, | |
timeout : 0, | |
after : function() { | |
console.log('after'); |