radiac / django-tagulous

Fabulous Tagging for Django
http://radiac.net/projects/django-tagulous/
Other
332 stars 65 forks source link

How to trigger Change event with jquery on Tagulous Fields #171

Open Jaficht opened 1 year ago

Jaficht commented 1 year ago

Hello,

I am trying to trigger a form submission like:

$('.select2-hidden-accessible').change(function(){ this.form.submit(); })

Any idea how to get this working?