| Server IP : 208.122.213.31 / Your IP : 216.73.216.185 Web Server : Apache System : Linux msd6191.mjhst.com 4.18.0-553.137.1.el8_10.x86_64 #1 SMP Wed Jun 24 11:40:24 UTC 2026 x86_64 User : WHMCS_MIA_382 ( 1001) PHP Version : 7.4.33 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/httpd/html/cafemilfs.com/public_html/js/ |
Upload File : |
$(document).ready(function(){
var thumbClasses = ['thumb_1', 'thumb_2', 'thumb_3', 'thumb_4'];
$(".grid").each(function(e){
classIndex = Math.floor(Math.random() * thumbClasses.length);
$(this).addClass(thumbClasses[classIndex]);
});
$('.navbar-toggle').click(function(){
$(this).toggleClass('open');
});
AOS.init({
easing: 'ease-in-out-sine',
duration: 700,
once: true,
});
$(window).load(function() {
$('.loading').fadeOut();
//$('.grid').fadeIn();
//var msnry = new Masonry( '.grid', {});
/* $(function () {
$(".grid").randomize("li");
});*/
});
});
/*(function ($) {
$.fn.randomize = function (childElem) {
return this.each(function () {
var $this = $(this);
var elems = $this.children(childElem);
elems.sort(function () {
return (Math.round(Math.random()) - 0.5);
});
$this.remove(childElem);
for (var i = 0; i < elems.length; i++)
$this.append(elems[i]);
var msnry = new Masonry( '.grid', {
});
});
};
$(document).ready(function () {
$(".grid li").each(function (i) {
if (i > 15) {
$(this).remove();
}
});
});
})(jQuery); */