为什么为Button绑定onClick事件,但是在点击的时候仍然无效
答案:2 悬赏:60 手机版
解决时间 2021-02-24 21:34
- 提问者网友:像風在裏
- 2021-02-23 22:44
为什么为Button绑定onClick事件,但是在点击的时候仍然无效
最佳答案
- 五星知识达人网友:冷風如刀
- 2021-02-23 23:36
HTML5的布局代码如下:
<div id="volume_micphone_slider" style="z-index:1;">
<input id="volume_slider" class="volume_slider" type="vslider" name="p1c" max="100" value="20" buddy="p1c-buddy" />
</div>
<div>
<button id="volume_show" class="volume_show" ></button>
<button id="micphone_show" class="micphone_show"></button>
</div>
绑定的事件代码如下:(采用的是tiscript)
var volume_flag=1;
function volume_ctrl()
{
if(volume_flag)
{
$(#volume_slider).style#display ="none";
volume_flag=0;
}
else
{
$(#volume_slider).style#display ="inline-block";
volume_flag=1;
<div id="volume_micphone_slider" style="z-index:1;">
<input id="volume_slider" class="volume_slider" type="vslider" name="p1c" max="100" value="20" buddy="p1c-buddy" />
</div>
<div>
<button id="volume_show" class="volume_show" ></button>
<button id="micphone_show" class="micphone_show"></button>
</div>
绑定的事件代码如下:(采用的是tiscript)
var volume_flag=1;
function volume_ctrl()
{
if(volume_flag)
{
$(#volume_slider).style#display ="none";
volume_flag=0;
}
else
{
$(#volume_slider).style#display ="inline-block";
volume_flag=1;
全部回答
- 1楼网友:时间的尘埃
- 2021-02-23 23:57
html5的布局代码如下:
绑定的事件代码如下:(采用的是tiscript)
var volume_flag=1;
function volume_ctrl()
{
if(volume_flag)
{
$(#volume_slider).style#display ="none";
volume_flag=0;
}
else
{
$(#volume_slider).style#display ="inline-block";
volume_flag=1;
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯