Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要一个警报来显示元素的宽度(以像素为单位)。出于某种原因,下面的代码不会触发任何警报。
var myVar = #('#from-1 select').width(); alert(myVar);
var myVar = $('#from-1 select').width(); alert(myVar);
你的语法很狡猾。不知道你的意思,但是