jquery - Add listeners to label -
i'm converting excel appplication single web page application. since want users feel familiar want update in realtime when user changes input, in excel. works great starting messy since diffrent output labels depend on eachother.
is there anyway can add listner label instead of setting value label when user enters input in textboxes?
as said in comments...i'm not encouraging way if have small amount of elements change .change() function use achieve need.
you can see working example on site: jquery change() example
Comments
Post a Comment