2

I have modified the Shiny slider so that it displays 10^(slider number) here.

The file goes in ...\R\win-library\3.0\shiny\www\shared\slider\js. you can test it out by replacing jquery.slider.min.js with this file.

I am not very proficient at javascript and web programming. How should I name this new slider, and how can I use it in my shiny program along with the regular slider?

llrs
  • 3,308
  • 35
  • 68
user1375871
  • 1,199
  • 1
  • 12
  • 23
  • 3
    [tag:java] tag removed and [tag:javascript] tag added. You will want to be sure that you look up and understand the significant difference between these two languages. – Hovercraft Full Of Eels Feb 01 '14 at 15:04
  • You would need to create a shiny binding to this js file. For examples see ZJ's [ShinySky](https://github.com/AnalytixWare/ShinySky) package on github – Vincent Feb 01 '14 at 23:08

0 Answers0