|
@ -750,6 +750,7 @@ $option_str .= "</tbody></table>"; |
|
|
}); |
|
|
}); |
|
|
$('#tb2').on('focus', 'tr[name=option_templ] a[name=option_href]', function() { |
|
|
$('#tb2').on('focus', 'tr[name=option_templ] a[name=option_href]', function() { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$("#optionModal").modal('show'); |
|
|
$("#optionModal").modal('show'); |
|
|
var jobj = $(this); // 父視窗 |
|
|
var jobj = $(this); // 父視窗 |
|
|
$("#optionModal .modal-body td").unbind().click(function() { |
|
|
$("#optionModal .modal-body td").unbind().click(function() { |
|
|