使用 Mootools 访问选择元素的特定值
我的 HTML 页面中有一个 select 元素,当选择此 select 的特定值时,我想使用 Mootools 执行特定操作,但我不知道如何访问该元素。
我的元素将 cars_number 作为 id,为了访问此选择元素的值 1,我尝试了 cars_number[1] 但它不起作用。
I've got a select element in my HTML page and I'd like to do a specific action using Mootools when a particular value of this select is chosen but I don't know how to access the element.
My element has cars_number as id and to access value 1 of this select element I've tried cars_number[1] but it doesn't work.
尝试使用:
MooTools 文档
Try with:
MooTools Documentation