templateSelection参数不包含select2中的数据:select trigger params data

时间:2018-04-19 16:25:01

标签: jquery-select2

虫子繁殖

http://jsbin.com/dajexiraca/2/edit?html,js,console,output

问题

The docs say you can trigger a select2:select event and pass data via params.data.但是,我的templateSelection代码失败,因为缺少其他数据。考虑下面的代码示例。

代码

javascript // manually trigger the `select2:select` event $('#example1').trigger({ type: 'select2:select', params: { data: { customData: "Hello World" // NOT AVAILABLE INSIDE templateSelection function!!! } } });

0 个答案:

没有答案