Good day all:
I'm wondering how does one go about excluding a particular item on a form from being taxed?
I have a check box, which onclick, calculates the sales taxes on all items on the form.
to perform the tax calculation, I'm using:
var tax = ($('#taxbox').attr('checked')) ? (subtotal *...
Hello:
I'm trying to obtain the text value of the select box instead of its numeric value. I have a pair of cascading select boxes which are structured in the following sql:
$r = mysql_query("SELECT sc.cat_id, sc.category_label, ss.cat_id, ss.item_id, ss.subcat_label, ss.invt, ss.product_desc...
I'm populating a chained linked dropdown box with the following code:
$(document).ready(function() {
var data = <?php echo $arr;?>;
var id;
function getData(passCatID){
var content = '';
var content = '<option name="specify id="specify" style="background: url()...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.