twitter-bootstrap-typeahead
twitter-bootstrap-typeahead copied to clipboard
Passing parameters?
I can't figure out how to pass parameters with POST. Normally, I would use something like
data: { 'param1': val1, 'param2' : val2 }, but that doesn't seem to work.
I suppose can use GET and than pass a bunch of parameters in the URL, but I'd rather stick with POST.
Did anyone figure this out yet? I would also like to pass params to the server. Doesn't seem to work.