HTML
4
Вклад в тег
<?xml version="1.0" encoding="utf-8"?>
<tns:ListCallRecordRequest xmlns:tns="http://client.pub.api.cloudpbx.beeline.ru">
<pageNumber>0</pageNumber>
<pageSize>200</pageSize>
<direction>INB</direction>
<dateFrom>2004-02-12T15:19:21+00:00</dateFrom>
<dateTo>2004-02-12T15:19:21+00:00</dateTo>
<sort>
<direction>ASC</direction>
<field>Date</field>
</sort>
</tns:ListCallRecordRequest>
$(document).scroll(function() {
if ($(document).scrollLeft() < ($(document).width()-$(window).width())/2) {
$(document).scrollLeft(0)
} else {
$(document).scrollLeft($(document).width()-$(window).width())
}
})