Skip to content

Commit

Permalink
测试了一下, 只有一级联动的情况
Browse files Browse the repository at this point in the history
  • Loading branch information
AppianZ committed Aug 15, 2017
1 parent 3a45ed4 commit 7cbc5f5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion MultiPicker/MultiPicker.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,11 @@ <h3>MultiPicker.</h3>
new MultiPicker({
input: 'multiPickerInput2',//点击触发插件的input框的id
container: 'targetContainer2',//插件插入的容器id
jsonData: $city,
jsonData: [{
value: 'test1',
}, {
value: 'test2',
}],
success: function (arr) {
alert('页面会显示最终结果');
document.getElementById('showBlock2').innerHTML = JSON.stringify(arr);
Expand Down

0 comments on commit 7cbc5f5

Please sign in to comment.