$(document).ready(function(){
if (/Android|BlackBerry|iPhone|iPad|iPod|webOS/i.test(navigator.userAgent) === false) {
// not a mobile device
}
});
<span class="livicon" data-name="wrench" data-duration="600" id="livicon-1" style="width: 32px; height: 32px;">
$('#simple-btn').fileapi({
url: '/server/handler.php',
multiple: true,
maxSize: 20 * FileAPI.MB,
autoUpload: true,
elements: {
size: '.js-size',
active: { show: '.js-upload', hide: '.js-browse' },
progress: '.js-progress'
}
});
http://сайт/index.php?id=spasibo
http://сайт/index.php
if (isset($_GET['id']) && strlen($_GET['id']) > 0) {
$message = $_GET['id'];
// вывести $message там где хочется
}
function Class(){
this.result;
}
Class.prototype.get = function(onComplete){
play();
function play(){
/*Запросы, выполняются какое-то время*/
setTimeout(function(){
this.result = 'array';
onComplete(this.result);
}, 1500);
}
}
c = new Class();
c.get(
function(result){ console.log(result); }
);
// необходимо чтобы в r уже лежал array
...
myMap.controls.add('typeSelector');
myMap.controls.add('zoomControl');
myMap.controls.add('searchControl');
myMap.geoObjects.add(GetMetalPoints());
myMap.geoObjects.add(GetLightPoints());
...