【发布时间】:2015-06-15 05:45:59
【问题描述】:
我需要将参数发送到在运行时生成的下拉列表的 on change 事件。我怎样才能完成这样的事情:
$(options.host_element).find('select').on('change',(graph_widget.draw_graph).bind(options));
options是我要发送给函数draw_graph的参数,函数是链接的,但不是参数
【问题讨论】:
标签: javascript jquery