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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -