DISCOVERY
The process starts with a meticulous, face-to-face interview to determine your vision and goals.
Author: Mock Webware |
The process starts with a meticulous, face-to-face interview to determine your vision and goals.
(function($){ | |
$(document).ready(function() { | |
var classes = [ 'style1', 'style2', 'style3' ]; // the classes you want to add | |
$('.item').each(function(i) { // the element(s) you want to add the class to. | |
$(this).addClass(classes[ Math.floor( Math.random()*classes.length ) ] ); | |
}); | |
}); | |
})(jQuery); |