猿问

如何使用jQuery获取元素的ID?

如何使用jQuery获取元素的ID?

<div id="test"></div><script>
  $(document).ready(function() {
    alert($('#test').id);
  });  </script>

为什么上面的东西不起作用,我该怎么做呢?


慕勒3428872
浏览 3657回答 3
3回答
随时随地看视频慕课网APP
我要回答