서블릿
-
[jQuery] jQuery UI slider 값을 서블릿 java 문서로 값가져오기FRONT-END/jQuery 2020. 9. 20. 16:37
jqueryui.com/slider/#custom-handle Slider | jQuery UI Slider Drag a handle to select a numeric value. The basic slider is horizontal and has a single handle that can be moved with the mouse or by using the arrow keys. view source 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 jQuery UI Slider - D jqueryui.com 사용자가 후기를 작성할때 각각의 점수를 정하도록 하고 싶어서 jQuery UI slider를 사용해보기로 했다. 내가 사용한 Slid..