<body onload='test()'>
<div ng-app="myApp" ng-controller="formCtrl">
<input type="text" id='aaaa' ng-model="userfirstName"><br>
<button ng-click="showvalue()">获取</button>
</div>
<script>
function test(){
alert(documentgetElementById('aaaa')value);
}
var app = angularmodule('myApp', []);
appcontroller('formCtrl', function($scope) {
$scopemaster = {firstName:"John1", lastName:"Doe"};
$scopeshowvalue = function() {
alert($scopeuserfirstName);
};
$scopeuser = angularcopy($scopemaster);
});
</script>
<script>
function getIMG_ID(){
var imgs = documentgetElementsByTagName("img");
for(var i = 0, len = imgslength; i < len; i++){
(function(index){
imgs[index]onmouseover = function(){
alert(thisid);
}
})(i)
}
}
windowonload = function(){
getIMG_ID();
}
</script>
你的id命名有问题,不能全是数字或者数字开头
如果你只是想用li存数据的话,你自己定义一个属性比如mydata
然后你可以通过getAttribute('mydata')来读取这个属性的值
以上就是关于有谁用过angularjs,怎么获取一个id的值全部的内容,包括:有谁用过angularjs,怎么获取一个id的值、js获取ID的值、js 获取id等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)