Backups Created:
/home/japatmex/public_html/wp-content/edit-wolf.php
Savvy
W
olf -
MANAGER
Edit File: general.js
$(document).ready(function() { $("#categoryId").change(function() { $('#imgSrvcLoader').ajaxStart(function() { $(this).show(); }).ajaxStop(function() { $(this).hide(); }); $.post(baseurl+apanel_name+"/reports/ajxgeneral", { categoryId:$("#categoryId").val(), sc:$("#sc").val(), purpose:'getsrvcs' }, function(response){ if(response) { $("#serviceId").html(response); } }); }); // $("#profitlossrpt_form").submit(function() // { // $.post($(this).attr('action'), // { // categoryId:$("#categoryId").val(), // serviceId:$("#serviceId").val(), // sc:$("#sc").val(), // purpose:'getsrvcs' // }, // function(response){ // if(response) // { // $("#serviceId").html(response); // } // }); // }); });