Here's what I want to achieve, I have a select box that loads in a few rows, when the select is changed (onchange) the key is AJAXed to a PHP function that returns an array in the JSON format, my code then clears the select框选项并应用我刚刚从我的 PHP 函数返回的值,太好了。
问题是当设置新值时,它会再次触发 onchange 事件,这会设置值并且我们处于一个永无止境的循环的开始。Firebug 捕捉到错误并将其吐出。
我的问题是有没有办法禁用 onchange 事件,所以它只触发一次?我正在基于原型的框架中进行编码,发布代码示例会有点繁重,但是我可以尝试根据要求填写任何丢失的数据。
干杯! ILMV