jquery實現點擊元素,若是彈出層隱藏則顯示,顯示則隱藏

點擊按鈕id="buttonA";css

彈出層 id="divcontent"ide

事件onclik   函數   showandhide函數

<button id="buttonA" onclick="showandhide()"></button>事件

function showandhide(){io

    if($("#divcontent").css("display")=="none"){//隱藏function

        $("#divcontent").show();cli

    }di

    else{co

        $("#divcontent").hide();display

    }

}

相關文章
相關標籤/搜索