Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/257.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript 在php中获取引导滑块的值?_Javascript_Php_Css_Twitter Bootstrap - Fatal编程技术网

Javascript 在php中获取引导滑块的值?

Javascript 在php中获取引导滑块的值?,javascript,php,css,twitter-bootstrap,Javascript,Php,Css,Twitter Bootstrap,这是我的密码。我使用的滑块输入引导 <input type="text" class="slider slider-primary" id="slider5" value="" name="question_five" data-slider-max="100" data-slider-value="5" data-slider-selection = "before" data-slider-handle="round"> 如何使用post方法获取默认值? 我尝试

这是我的密码。我使用的滑块输入引导

<input type="text" class="slider slider-primary" id="slider5" value="" name="question_five" data-slider-max="100" data-slider-value="5"  data-slider-selection = "before"  data-slider-handle="round">      
如何使用post方法获取默认值? 我尝试将值设置为=5,但它根本没有显示任何值


想在php中获取该值吗?

查看此文档中的引导滑块 $'ex1'。滑块{ 格式化程序:functionvalue{ 返回值 } };

你到底想要什么?滑块引导代码在哪里?我想在没有人滑动滑块时获取滑块的默认值。@它是一个范围型滑块。但是想知道为什么bootstrap使用文本类型查看此数据滑块值=5-如果滑块未移动,我将尝试在提交后回显此值。您确定$\u POST[问题\u five]在发布后不会回显它吗?