$(".a1")).mouseover(function() {
$(.b1).addClass('active').animate({ opacity: 1 }, 1000);
});
$("a.img,a.imgs").on('click', function(){
*find('a:first').click()
}
var XHR = ("onload" in new XMLHttpRequest()) ? XMLHttpRequest : XDomainRequest;
var xhr = new XHR();
xhr.open('GET', 'http://sub.domains.com', true);
xhr.onload = function() {
alert( "ответ"+this.responseText );
}
<script type="text/javascript" src="PATH_TO_PLUGIN/jquery.ui.map.services.js"></script>
$('#map_canvas').gmap().bind('init', function(event, map) {
$(map).click( function(event) {
$('#map_canvas').gmap('addMarker', {
'position': event.latLng,
'draggable': true,
'bounds': false
}, function(map, marker) {
marker.__gm_id
});
});
});
<tr>
а не всей таблицы $('#Modal2, #Modal1').on('show.bs.modal', function (e) {
$('body').css('overflow','hidden');
});
$('#Modal2, #Modal1').on('hidden.bs.modal', function (e) {
$('body').css('overflow','auto');
$(this).removeData('bs.modal');
})