Yoann Kergall
Results
2
comments of
Yoann Kergall
Autocompletion works now, it would be nice to have `app.flashes` too.
I had same problem with this code : $(document).on('change', '#group_select', function(event) { $.pjax({url:'', container: '#content', type: 'POST', data: {filter_group_id: this.value}}); }); Sometimes the form is send to current url, sometimes...