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.
我试图在页面的头部使用以下内容,但是当我使用 Dreamweaver 将其放入时出现错误,但我不确定错误在哪里?
<script> $('.multiselect, this).each(function(key, val){ $(this).multiselect({ noneSelectedText:''+$(this).attr('title')+'' }); }); </script>