aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes slider in HTML Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "slider in HTML" Watch "slider in HTML" New topic
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
    
    2

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
    
  13

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]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: slider in HTML
 
Similar Threads
swing 1.1 on J++
How to implement range search using equalizer look
java for slide
jQuery - unable to obtain slider values from wrapped set of sliders
problem while creating sliding panel