function initialize() {
...
var marker = new google.maps.Marker({
position: latlng,
map: map,
title: "title",
animation: google.maps.Animation.DROP
});
...
infowindow.open(map, marker);
...
}
$(function() {
$('.b-link').next('ul').hide();
$('.b-link').click(function(){
$('.b-link').next('ul').hide();
$(this).next('ul').toggle();
return false;
});
$('.b-header-menu h2').click(function(){
$(this).parent('ul').hide();
return false;
});
});
$file = ("video/file.mp4");
header ("Content-Type: application/octet-stream");
header ("Accept-Ranges: bytes");
header ("Content-Length: ".filesize($file));
header ("Content-Disposition: attachment; filename=Vasya_Pupkin_Rulit.mp4");
readfile($file);
Версии php практически одинаковые...
['price' => 'price', 'name' => 'name', 'date' => 'id']
появилась в версии 5.4, если версия < 5.4 используйте array('price' => 'price', 'name' => 'name', 'date' => 'id')