<style></style>
..slide
вложенный div, которому и назначать background-image. this.arc = d3.svg.arc()
.outerRadius(radius * 0.8)
.innerRadius(radius * 0.4);
this.arc = d3.svg.arc()
.outerRadius(radius * 0.8)
.innerRadius(radius * 0);
$('td')
.mousedown(function(){
$(this).toggleClass('selected');
$('td').on('mouseenter',function(){
$(this).toggleClass('selected');
});
})
.mouseup(function(){
$('td').off('mouseenter');
});
$('#login_password').unbind();
<form class="form-horizontal" role = "form" method="post" action="verify.php" >
$('pre').each(function() {
var text = $(this).html();
$(this).html(text.replace(/\s/g, ' '));
});
$(document).ready(function() {
var scrollHeight,winScroll,wihHeight;
scrollHeight = winScroll = wihHeight = 0;
$("div").click(function(event){
winScroll = $(window).scrollTop();
wihHeight = $(window).height();
scrollHeight = winScroll - winScroll % wihHeight + wihHeight;
$('html, body').animate({scrollTop: scrollHeight+'px'});
});
});