if( obj.scrollTop === (obj.scrollHeight - obj.offsetHeight))
{
}
$(window).on("scroll", function () {
var scrollHeight = $(document).height();
var scrollPosition = $(window).height() + $(window).scrollTop();
if ((scrollHeight - scrollPosition) / scrollHeight === 0) {
/* Do something */
}
});
sudo systemctl status dbus-org.bluez.service
sudo systemctl stop bluetooth.service
sudo systemctl disable bluetooth.service
php_flag allow_url_fopen on