TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Best slider? (Javascript/AJAX, PHP)

2 点作者 dxjones大约 16 年前
I have a PHP-based web site and on a particular form, I would like users to be able to click-drag a horizontal slider to enter a value (among others) on the form. For instance: How much do you like this photo, on a scale of 1-10 ? It would be nice if the value gets displayed beside the slider, in addition to the position of the slider.<p>I want something that is simple to implement (including some control over appearance/colour), but also compatible with most current browsers.<p>What do you recommend? What do you use on your own sites? (I did some Googling, but came across quite a bit of junk out there.)

2 条评论

noodle大约 16 年前
<a href="http://jqueryui.com/demos/slider/" rel="nofollow">http://jqueryui.com/demos/slider/</a>
Nycto大约 16 年前
If Prototype and Scriptaculous are your flavour:<p><a href="http://wiki.github.com/madrobby/scriptaculous/slider" rel="nofollow">http://wiki.github.com/madrobby/scriptaculous/slider</a><p>(though it doesn't look like their wiki has a working demo?)