[SOLVED] JQuery JCaroullite Bug

I use Jquery JCaroullite, but when i slide the image, one of image is disappear, to solve this:

Change the code of javascript on the web page from

$(document).ready(function() { 
$(".jCarouselLite").jCarouselLite({
 btnNext: ".next",
 btnPrev: ".prev",  
 speed: 400,  
 vertical: false,
 circular: true,
 easing:'easeOutQuart',
 visible: 4,
 start: 0,
 scroll: 1
});
});

To

$(document).ready(function() { 
$(".jCarouselLite").jCarouselLite({
 btnNext: ".next",
 btnPrev: ".prev",  
 speed: 400,  
 vertical: false,
 circular: true,
 easing:'easeOutQuart',
 visible: ($("#carousel li img").length>1)?3:2,
 start: 0,
 scroll: 1
});

});

[SOLVED]How To Use Image Name with Spaces on HTML CSS Javascript

I have a javascript file and want to use bakground image url, but the image name has a space on it, and it won't appear on website, that's because Spaces are not valid in a URL. They need to be encoded to %20.

My image name is 'Mesin Logam.jpg'

setAttribute("fPath",f.fPath);
innerHTML="<div style='height:80px;background-image:url(../"+f.fPath+");background-size:80px 80px;background-repeat:no-repeat;padding:0px 0px 0px 85px'>"+f.fName+"</div>";

that code won't show the image, so we can use source.replace(/ /g, '%20'), replace source with the image name/ url variable, it will be like this

setAttribute("fPath",f.fPath);
var isiweb=f.fPath.replace(/ /g, '%20');
innerHTML="<div style='height:80px;background-image:url(../"+isiweb+");background-size:80px 80px;background-repeat:no-repeat;padding:0px 0px 0px 85px'>"+f.fName+"</div>";
the image name now become Mesin%20Logam.jpg and the browser can read it.

[SOLVED] Tidak bisa ngenet setelah daftar telkomsel flash kartu AS

Kemarin daftar telkomsel flash ultima 50rb, sisa pulsa jadi 0, tapi abis itu tetep ga bisa ngenet, terus hari ini isi pulsa 5000, abis itu baru bisa ngenet, aneh tapi nyata, awkakakwk
/* infolinks */