#inpoloska {
width: 1057px;
height: 34px;
margin: 0 auto ;
position: relative;
z-index: 10;
}
.last{padding-right:0;}
SELECT `price` FROM `table` WHERE `from`< 'value' AND `to`>='value'
function sendJson(url, data){
$.post(url,data, function(result) {
if(r.status === 'error') {
alert(r.msg);
return;
}
//TODO check result
}, 'json');
}
$(document).ready(function(){
$('#feedback').hover(function(){
$('#feedback-logo').animate({width: "toggle"}, "slow");
});
});