Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
3.50/5 (2 votes)
See more:
I had created slider control of jquery and textbox for that to display slider value, but I want to get value of it on textchanged event. But it is not calling textchanged event. When I drag slider and value of textbox is changed. So any other way? I want it in event of slider or textvalue changed.
Posted
Updated 30-Aug-11 18:43pm
v2
Comments
Prerak Patel 31-Aug-11 0:44am    
Use proper case and punctuation in question. I tried my best to interpret your question. Rephrase it if required.

1 solution

I did not fully understand you question. But....

You can call $("#txtboxid").click() in you client side slider change event.

I hope I was able to solve your problem.

Watch my first article posted on codeproject and comment and vote:
http://www.codeproject.com/KB/HTML/speechinputapi.aspx
or http://blog.robinrizvi.info

Drop me a mail for any comments, suggestions or questions.
mail@robinrizvi.info
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900