/
var
/
www
/
html
/
sugar14
/
include
/
javascript
/
jquery
/
Upload File
HOME
/*MIT License */ /*global jQuery */ (function ($) { 'use strict'; var definer = $('<div dir="rtl" style="font-size: 14px; width: 1px; height: 1px; position: absolute; top: -1000px; overflow: scroll">A</div>').appendTo('body')[0], type = 'reverse'; if (definer.scrollLeft > 0) { type = 'default'; } else { definer.scrollLeft = 1; if (definer.scrollLeft === 0) { type = 'negative'; } } $(definer).remove(); $.support.rtlScrollType = type; }(jQuery));