jquery - track the value o textbox -
hi have textbox hidden.
and chenge value based on clicks inside page.
i want track somehow value when value 0 call ajax.
i tried using .change not working
does have idea
you need hook click events changing hidden field's value. in handler events, call function checks hidden value , call ajax function if it's 0.
Comments
Post a Comment