I followed a tutorial here: http://net.tutsplus.com/tutorials/j...e-jquery-ui-to-control-the-size-of-your-text/ Demo is here: http://nettuts.s3.amazonaws.com/065_jQueryTextSlider/Text Slider Demo/index.html The tutorial and the demo does not seem to work right. 3 issues; 1. The slider doesn't go all the way to the left and right when pressing the minus and plus buttons 2. The slider doesn't go to 8 and 23 (only to 9 and 22) 3. Dragging the slider doesn't change the font size or display the tooltip above it with the size If someone could advise me on how to fix this so it's working the way it should, it would be much appreciated! Thanks
kindly comment if you have something relevant to say and on-topic. anyone have some advice on the broken code? thanks
It does not go to 8 and 23 because he is using < and >. Change line 65 to if (newFontSize <= 23) , then change line 84 to if (newFontSize >= 8)