58 <script>59 $( '#id_multicomboboxselect_0' ).on( "autocompleteselect", function( event, ui ) { alert("on")} );60 $( '#id_multicomboboxselect_0').bind('autocompleteselect', function(event, ui) { alert("bind") });61 $( '#id_combobox' ).on( "autocompleteselect", function( event, ui ) { alert("on")} );62 $( '#id_combobox').bind('autocompleteselect', function(event, ui) { alert("bind") });63 </script>
--
You received this message because you are subscribed to the Google Groups "django-selectable" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-selecta...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.