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

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

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -