Bookmarker
text_model P102 Bookmarker
$0.66 text_tax $0.60
text_option
*Print Method (including setup):text_pod | 1 |
| --- Please Select --- |
Comments:
.00';
option158[462] = "";
option158[462] += '
+.00 | ';
option158[463] = "";
option158[463] += '
+#pre#.00 | ';
option158[488] = "";
option158[488] += '
+#pre#.00 | ';
$("select").change(function() {
if($(this).attr('name') == "option[158]") {
$("td.option-value-discount-158").remove();
if($(this).val() == "") {
$("#option-158 table tbody tr td").after( '
--- Please Select --- | ' );
} else {
$("#option-158 table tbody tr td").after( option158[$(this).val()] );
}
}
});
//-->