簡體   English   中英

掌握php中Bootstrap滑塊的值?

[英]Grab the value of Bootstrap slider in php?

這是我的代碼。 我將引導程序用於滑塊輸入。

<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方法獲取默認值?
我嘗試放置value="5"但它根本不顯示任何值。

任何想法在php中獲取價值?

請查看此文檔以了解引導程序滑塊http://seiyria.github.io/bootstrap-slider/ $('#ex1').slider({ formatter: function(value) { return value } });

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM