jquery-tokeninput icon indicating copy to clipboard operation
jquery-tokeninput copied to clipboard

Added option not to parse ajax params + error callback.

Open dblock opened this issue 14 years ago • 1 comments

We have a scenario where we're fetching parameters such as foobar[]= (Rails arrays) from the query string. They get parsed and then encoded into a foobar%5B... which Rails doesn't parse. There's no need to encode those and I didn't find a way to prevent it.

If anyone has a better suggestion, do let me know. Otherwise this is a pretty innocent change that basically preserves the url as it was set in code.

dblock avatar May 17 '11 14:05 dblock

Added onError callback (currently plugin eats errors, such as 404). Sorry for two features here, let me know if one of those is a no go and I'll figure something out to split them up.

dblock avatar May 31 '11 20:05 dblock