o.update(v++);
идет прибавление +1. А можно ли сделать прибавление на рандомный диапазон? (function(){
$('.odometer').each(function(){
function time(){
return parseInt(new Date().getTime()/1000);
}
var array = ['1000', '200', '3000'];
function func() {
return array[Math.floor(Math.random()*array.length)];
}
setInterval(func, 100);
var v = time();
//var v = date.getHours();
var o = new Odometer({
el: this,
value: v,
format:'',
theme: $(this).data('theme')
});
o.render();
setInterval(function(){
//o.update(Math.floor(Math.random()));
o.update(v++);
}, func()); // ВОТ ТУТ ДОЛЖНО БЫТЬ РАНДОМНОЕ ЧИСЛО ИЗ МАССИВА
});
})();
setInterval(function(){
o.update(v++);
}, 50);
Можно сразу из PHP забирать по TIMESTAMP к примеру... (fake-счётчик)
<?php
$csvArray = array();
$csvData = file_get_contents('file.csv');
$lines = explode(PHP_EOL, $csvData);
foreach ($lines as $line) {
$csvArray[] = str_getcsv($line, ';');
}
$count = count($csvArray);
for ($i=0; $i<$count; $i++) {
echo '<pre>';
print_r($csvArray[$i][0]);
echo '</pre>';
}
?>
"{"statuses":[{"created_at":"Thu Jan 05 17:09:25 +0000 2017","id":817055414844063745,"id_str":"817055414844063745","text":"RT @ErikGriffin: Thank @GAEMS_PGE road life is so much better now! Got my @DestinyTheGame and room service. #nerd https:\/\/t.co\/P7frCJDZu1","truncated":false,"entities":{"hashtags":[{"text":"nerd","indices":[108,113]}],"symbols":[],"user_mentions":[{"screen_name":"ErikGriffin","name":"Erik Griffin","id":16053405,"id_str":"16053405","indices":[3,15]},{"screen_name":"GAEMS_PGE","name":"GAEMS","id":148112305,"id_str":"148112305","indices":[23,33]},{"screen_name":"DestinyTheGame","name":"Destiny The
RewriteCond %{HTTP_HOST} ^www\.(.*) [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
$('#'+idach).animate({opacity: 'hide'}, "slow", function(){
$('#cont').css({'color' : 'white', 'font-weight' : 900, 'font-size' : '30px', 'text-align' : 'center'}).html('Ваша заявка отправлена');
$('#cont').animate({ opacity: 'show' }, "slow", function(){
setTimeout(
function(){
$('#cont').animate({ opacity: 'hide' }, "slow", function(){$('#cont').html('');});
}
,3500);
});
});
}
$('#'+idach).animate({opacity: 'hide'}, "slow", function(){
просто менялся по условиям...типа сначала форма hide на 3.5 сек. ,а сообщение show на 3.5 и потом снова форма уже show.