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
vandana rajuvandana raju 

jquery range slider problm

In opportunitylineitems object, I have field amount and three radio buttons i.e monthly , quarterly and yearly. I have a jquery slider in visualforce page , when I move the slider if I select radio button monthly then it should show the amount to be paid in a month, similarly, if radio button quarterly is selected then it will display amount to be paid in a quarter and so on. I picked up brief idea from the url http://blogforce9.blogspot.in/2012/02/jquery-slider-for-visualforce-pages.html about query slider but I am not sure as how to handle the apex class required for this.
thanks
vandana R