⚝
One Hat Cyber Team
⚝
Your IP:
192.168.31.6
Server IP:
192.168.1.11
Server:
Linux pams 6.1.0-29-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.123-1 (2025-01-02) x86_64
PHP Version:
8.2.28
Buat File
|
Buat Folder
Upload File
Eksekusi
Dir :
~
/
var
/
www
/
pams
/
public
/
assets
/
js
/
pages
/
Edit File: rating-init.js
/* Template Name: Qovex - Admin & Dashboard Template Author: Themesbrand Website: https://themesbrand.com/ Contact: themesbrand@gmail.com File: Rating */ $(function () { $('input.check').on('change', function () { alert('Rating: ' + $(this).val()); }); $('.rating-tooltip').rating({ extendSymbol: function (rate) { $(this).tooltip({ container: 'body', placement: 'bottom', title: 'Rate ' + rate }); } }); $('.rating-tooltip-manual').rating({ extendSymbol: function () { var title; $(this).tooltip({ container: 'body', placement: 'bottom', trigger: 'manual', title: function () { return title; } }); $(this).on('rating.rateenter', function (e, rate) { title = rate; $(this).tooltip('show'); }) .on('rating.rateleave', function () { $(this).tooltip('hide'); }); } }); $('.rating').each(function () { $('<span class="badge bg-info"></span>') .text($(this).val() || '') .insertAfter(this); }); $('.rating').on('change', function () { $(this).next('.badge').text($(this).val()); }); });
Simpan