How can I access Objects when there are multiple objects are returned when using selectors?
$('.copy_anim')[i].css({
'position' : 'relative',
'right' : '-30px',
'opacity' : '0'
});
using the above code says $('.copy_anim')[i].css is not a function.