国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

bootstrap switch開關組件使用方法詳解

2019-11-19 15:43:06
字體:
來源:轉載
供稿:網(wǎng)友

bootstrap中文網(wǎng)上有這么一個bootstrap-switch組件,很實用,看demo學習并記錄一下。

<!DOCTYPE html> <html>   <head>     <meta charset=utf-8>     <meta name=description content="">     <meta name=viewport content="width=device-width, initial-scale=1">     <title></title>     <link href="css/bootstrap.min.css" rel="external nofollow" rel="stylesheet" />     <link href="css/bootstrap-switch.min.css" rel="external nofollow" rel="stylesheet" />      <script src="js/jquery/jquery.1.11.3.min.js"></script>      <script src="js/bootstrap.min.js"></script>     <script src="js/bootstrap-switch.min.js"></script>    </head>   <body>      <input name="status" type="checkbox" data-size="small">       <script type="text/javascript">       $('[name="status"]').bootstrapSwitch({        onText:"啟動",        offText:"停止",        onColor:"success",        offColor:"info",        size:"small",      onSwitchChange:function(event,state){        if(state==true){          alert('已打開');        }else{          alert('已關閉');        }      }          })       </script>   </body> </html> 

Bootstrap-Switch源碼地址:https://github.com/nostalgiaz/bootstrap-switch

Bootstrap-Switch文檔以及Demo:onColor:開關中開按鈕的顏色。可選值有'primary', 'info', 'success', 'warning', 'danger', 'default'
offColor:開關中關按鈕的顏色。可選值'primary', 'info', 'success', 'warning', 'danger', 'default'
onText:開關中開按鈕的文本,默認是“ON”。
offText:開關中關按鈕的文本,默認是“OFF”。
onInit:初始化組件的事件。
onSwitchChange:開關變化時的事件。

以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持武林網(wǎng)。

發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 松溪县| 高淳县| 旅游| 安阳县| 涞源县| 忻城县| 秭归县| 西和县| 长武县| 亳州市| 文水县| 建湖县| 海安县| 多伦县| 沈丘县| 北流市| 东乡| 甘洛县| 黄梅县| 瓦房店市| 木兰县| 兴业县| 扎囊县| 长兴县| 延寿县| 峨眉山市| 福鼎市| 星子县| 沈丘县| 天津市| 鹿泉市| 繁昌县| 屏东县| 中西区| 乐业县| 吴江市| 云安县| 楚雄市| 威远县| 隆林| 广安市|