Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
setTimeOut( function(){ $('.input-seach').attr('placeholder','ноу ноу ноу'); },1500);
// читаем $rawData = file_get_contents("php://input"); // пишем $pathUploadDir = __DIR__ . "/uploadDir" file_put_contents($pathUploadDir . '/' . $fileName , $rawData );
$( ".block-card" ).sortable({ items: ".item" // див который перетаскиваем item connectWith: ".connectedSortable" // класс контейнер лоток }).disableSelection();
<?php $jsCode=<<<'JS' $('.content').on('click','.fancybox', function(e) { $(this).fancybox(); }); }); JS; $this->registerJs($jsCode); ?>
$(document).ajaxStop(function() { $('.fancybox').fancybox(); });
'rgb('+r+',6,43)'
function getRandomInt(min, max) { return Math.floor(Math.random() * (max - min)) + min; }
$(this).addClass('active').siblings().removeClass('active');