$('.row').each(function(){
var item = $(this).find('.unit').val();
});
RewriteCond %{HTTPS} =off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [QSA,L]
setTimeout(big, 1000);
function big() {
$('.circle').animate({
width: '250px',
height: '250px',
left: "45%",
top:'25%'},function(){
$('body').css('background','#ccc');
})
}