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#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -