⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.1
Server IP:
185.238.29.86
Server:
Linux server2 6.8.12-6-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-6 (2024-12-19T19:05Z) x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
work
/
public
/
module
/
space
/
js
/
View File Name :
space.js
jQuery(function ($) { $(".bravo_filter .g-filter-item").each(function () { if($(window).width() <= 990){ $(this).find(".item-title").toggleClass("e-close"); } $(this).find(".item-title").click(function () { $(this).toggleClass("e-close"); if($(this).hasClass("e-close")){ $(this).closest(".g-filter-item").find(".item-content").slideUp(); }else{ $(this).closest(".g-filter-item").find(".item-content").slideDown(); } }); $(this).find(".btn-more-item").click(function () { $(this).closest(".g-filter-item").find(".hide").removeClass("hide"); $(this).addClass("hide"); }); $(this).find(".bravo-filter-price").each(function () { var input_price = $(this).find(".filter-price"); var min = input_price.data("min"); var max = input_price.data("max"); var from = input_price.data("from"); var to = input_price.data("to"); var symbol = input_price.data("symbol"); input_price.ionRangeSlider({ type: "double", grid: true, min: min, max: max, from: from, to: to, prefix: symbol }); }); }); $(".bravo_form_filter input[type=checkbox]").change(function () { $(this).closest(".bravo_form_filter").submit(); }); });