Reputation: 905
how can i load autocomplete with jquery on click event???
Upvotes: 0
Views: 182
Reputation: 7966
$('#id').click(function() { // load autocomplete });
Upvotes: 3