记得上下班打卡 | git大法好,push需谨慎

Commit 330832af authored by sangchunxi's avatar sangchunxi

正在下单 设置

parent bbc7f1f9
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
选择演出: 选择演出:
</span> </span>
<div class="input-group" style="width: 300px;"> <div class="input-group" style="width: 300px;">
<input type="text" class="form-control" id="selectShow" placeholder="" disabled> <input type="text" class="form-control select-show" id="selectShow" placeholder="" disabled>
<div class="input-group-btn"> <div class="input-group-btn">
<button type="button" class="btn btn-white dropdown-toggle" data-toggle="dropdown"> <button type="button" class="btn btn-white dropdown-toggle" data-toggle="dropdown">
<span class="caret"></span> <span class="caret"></span>
...@@ -174,7 +174,7 @@ ...@@ -174,7 +174,7 @@
}) })
} }
$("#selectShow").attr('disabled', true); $(".select-show").attr('disabled', true);
}) })
function common () { function common () {
$("#selectShow").bsSuggest({ $("#selectShow").bsSuggest({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment