Form autocomplete with jQuery

Re: Form autocomplete with jQuery

by Justin Hunt -
Number of replies: 0
Picture of Particularly helpful Moodlers Picture of Plugin developers

OK. Let me suggest what I have done in similar situations, but without actually testing in a select situation.

I use:

 $('#thing_that_needs_clicking').trigger('click');

Not sure how well that can be applied here.  But maybe it helps...