쇼핑몰: #224 선택주문 기능 마크업 보완

This commit is contained in:
whitedot
2013-06-12 16:41:49 +09:00
parent 1455af54b8
commit 3480057487
4 changed files with 12 additions and 6 deletions

View File

@ -923,7 +923,7 @@ $(function() {
});
$(".cp_apply").live("click", function() {
var $el = $(this).closest("li");
var $el = $(this).closest("tr");
var cp_id = $el.find("input[name='f_cp_id[]']").val();
var amount = $el.find("input[name='f_cp_amt[]']").val();
var subj = $el.find("input[name='f_cp_subj[]']").val();