function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
krishna casukhela 7krishna casukhela 7 

binding custom field to jquery slider

Hello friends
In an custom object, I have two fields , age & term & sum assured (it is a numeric fields)

Maximum value in term field = 10
first I want to bind a jquery slider in an visual force page to age field , so as we move the slider the value in age field changes

Then I need to bind a jquery slider in same visual force page for term field ,  so as we move the slider the value in term field also changes

Pls tell me how to do this , a small code snippet explaining the same would be grealty helpful to understand

finally there is a custom field called sum assured, here I will enter some value and then on button click I will save the record to sobject.

a small screen shot explaining what I actually want.
screen shot

thanks
krishna