| Author |
slider in HTML
|
kenji kunoichi
Ranch Hand
Joined: Jun 02, 2007
Posts: 38
|
|
I was trying to make a sample application with sliders in JSP page. now I wanted to use a set of sliders like this:
http://www.pixelpixelpixel.com/2012/10/ui-vertical-sliders/#more-1134
now what I got is a psd image....but how can I use that? my boss wants an exact representation of that slider in the JSP page.
|
 |
Nagendra Suresh
Greenhorn
Joined: Dec 29, 2012
Posts: 6
|
|
|
You can implement sliders - horizontal and vertical by using JQuery . Take a look at this link http://jqueryui.com/slider/ . You can use these to implement it .
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16483
|
|
|
But this is a question about Javascript, isn't it? Let's move it to the forum about Javascript. Remember that JSP is only a tool for generating HTML (including Javascript).
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56191
|
|
|
The HTML5 range control can also exhibit a slider, albeit with far less features and stylability than the jQuery sliders. And of course, the HTML5 control only works in the modern browsers that support it.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: slider in HTML
|
|
|