<script src="//vk.com/js/api/xd_connection.js?2" type="text/javascript"></script>
<script type="text/javascript">
VK.init(function() {
// API initialization succeeded
// Your code here
}, function() {
// API initialization failed
// Can reload page here
}, '5.44');
</script>
VK.api('database.getCities ',{country_id: 1},function(data) {
if (data.response) {
console.log(data)
}
});
$('.call-block').on("click", ".call", function() { // обработчик нажатия кнопки мыши
event.preventDefault(); //запрещает действие браузера по-умолчанию, то есть переход по ссылке не будет произведен
showPop('popup-1'); // реализация асинхронного запроса на сервер для сохранения юзера
});
var count_adverts = [];
$('[name="save_changes"]').click(function()
{
$('.menu').find('li').each(function(index, element){count_adverts.push($(element).val())});
})
console.log(count_adverts);
var count_adverts = {};
$('[name="save_changes"]').click(function()
{
$('.menu').find('li').each(function(index, element){count_adverts[$(element).attr('name')] = $(element).val()});
})
console.log(count_adverts);
if ($.cookie('is_shown_popup') != 'yes'){
setTimeout(function(){
$('#popup').modal('show');
$.cookie('is_shown_popup', 'yes', {expires: 1/*1-день*/,path: '/'});
},
45*1000)
}
<form method="post" enctype="multipart/form-data" target="iframe-upload" action="/ajax/upload_attach_file" id="form_upload">
<input type="file" name="file">
</form>
<iframe style="display: none; border:0" src="#" name="iframe-upload"></iframe>
$(document).on('change', 'input[type=file]', function() {
$('#form_upload').submit();
})
<a href="http://test.artlenk.ru/theme/img/feature-img.jpg" class="fancybox2"><img src="http://test.artlenk.ru/theme/img/feature-img.jpg"></a>