bootstrap-ajax-typeahead icon indicating copy to clipboard operation
bootstrap-ajax-typeahead copied to clipboard

Made the url option more versatile

Open warrickhill opened this issue 9 years ago • 1 comments

So I needed a way to have the query as part of the URI and not as get params on the end

eg. "search/for/part" + query;

now the url option can be a function which has the query as a param

url: function (query) { return "search/for/part" + query; }

warrickhill avatar Mar 01 '16 16:03 warrickhill

I was looking around to see if someone had tackled this already, thanks.

eduo avatar Mar 25 '17 12:03 eduo