我想取消任何联系,增加彼此的属性。 以下是我是如何做到这一点的。
function anularEnlaces(){
$( nav a ).each(function(){
var href = $(this).attr( href );
var id = $(this).attr( id );
$(this).attr( href , javascript:void(0) );
$(this).attr( hrefnot ,href);
$(this).attr( nivel , uno );
$(this).attr( seccion , dos );
});
}
我的问题是,增加习俗的有效/建议方式吗?