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

Popular posts from this blog

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -