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

Passing parameters?

Open godforhire opened this issue 12 years ago • 1 comments

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.

godforhire avatar Nov 10 '12 13:11 godforhire

Did anyone figure this out yet? I would also like to pass params to the server. Doesn't seem to work.

CoinCoderBuffalo avatar Jan 28 '13 20:01 CoinCoderBuffalo