jQuery attribute question
- by Nick Simone
I'm trying to select a series of divs one at a time. I'm sure theres a better way to do this, but I gave them all unique rels and I'm using the rels to select them one at a time. I want to move them over the width of the div, then animate it dropping down the screen. What I have is:
$(document).ready(function(){
var totalbricks = 7;
var…