課程
/前端開發(fā)
/JavaScript
/Tab選項(xiàng)卡切換效果
done,小BUG也去掉了,看起來正常了
2014-10-15
源自:Tab選項(xiàng)卡切換效果 3-4
正在回答
<!doctype html> <html> <head> ? ? <meta charset="UTF-8"> <title>Document</title> <script type="text/javascript"> window.onload=function(){ ? ? var send=document.getElementById('send'), ? ? ? ? times=60, ? ? ? ? timer=null; ? ? send.onclick=function(){ ? ? ? // 計(jì)時(shí)開始
就是把send這個(gè)元素的disabled(可不可見)的屬性賦值為false,disabled=true就是不可見,disabled=false就是可見
send.disabled=false這個(gè)是什么意思,有什么用?誰能解答一下
語句結(jié)束不加分號(hào)的習(xí)慣可不好哦
舉報(bào)
本課程詳細(xì)介紹網(wǎng)頁頁面中最流行常用的tab切換效果
1 回答問:amy老師和一只帥螞蟻講的tab選項(xiàng)卡切換,哪個(gè)更適合新手入門
1 回答tagname提示為空
3 回答為什么我給li賦值id加不上 急急急?。。?/p>
1 回答為什么報(bào)錯(cuò)出現(xiàn)這個(gè)。
1 回答完美測(cè)試成功
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2014-11-06
<!doctype html>
<html>
<head>
? ? <meta charset="UTF-8">
<title>Document</title>
<script type="text/javascript">
window.onload=function(){
? ? var send=document.getElementById('send'),
? ? ? ? times=60,
? ? ? ? timer=null;
? ? send.onclick=function(){
? ? ? // 計(jì)時(shí)開始
<!doctype html>
<html>
<head>
? ? <meta charset="UTF-8">
<title>Document</title>
<script type="text/javascript">
window.onload=function(){
? ? var send=document.getElementById('send'),
? ? ? ? times=60,
? ? ? ? timer=null;
? ? send.onclick=function(){
? ? ? // 計(jì)時(shí)開始
<!doctype html>
<html>
<head>
? ? <meta charset="UTF-8">
<title>Document</title>
<script type="text/javascript">
window.onload=function(){
? ? var send=document.getElementById('send'),
? ? ? ? times=60,
? ? ? ? timer=null;
? ? send.onclick=function(){
? ? ? // 計(jì)時(shí)開始
2014-11-05
就是把send這個(gè)元素的disabled(可不可見)的屬性賦值為false,disabled=true就是不可見,disabled=false就是可見
2014-10-29
send.disabled=false這個(gè)是什么意思,有什么用?誰能解答一下
2014-10-24
語句結(jié)束不加分號(hào)的習(xí)慣可不好哦