JQuery의 속성과 스타일.attr()와.removeAttr()


@{
    Layout = null;
}





    
    ChapterThreeAttr
    


    
jQuery
// jQuery //3-1 jQuery .attr() .removeAttr() /* , 。 : img ,src , 。 DOM 3 ,getAttribute 、setAttribute removeAttribute jQuery attr() removeAttr() , jQuery attr() ,attr attribute( ) , jQuery DOM attr() attr() 4 1、attr( ): 2、attr( , ): 3、attr( , ): 4、attr(attributes): , :{ : “ ” , : “ ” , … … } removeAttr() .removeAttr( attributeName ) : (attribute) */ /* : attr、removeAttr jQuery , jQuery , , : dom :Attribute Property “ ”,《js 》 “ ” “ ”。 ,Attribute dom :html id、class、title、align : <div id="gx" title=" "></div> Property DOM , , ,tagName, nodeName, nodeType,, defaultChecked, defaultSelected .prop() Attribute attr, Property prop*/ //var divName=$("#sdemo").attr("name");// name //console.log(divName);// $("#demo").attr("class", "div-style");// class , div-style $("#demo").removeAttr("name");// name

좋은 웹페이지 즐겨찾기