ajax로 input 값이 적용 된 후 위젯 스크립트 적용

<input type="text" name="ui4_coupon" value="" title="" />

input서 ajax

var coupon =$("input[name=ui4_coupon]").val()*1; //

.
Was this page helpful?