* Render CSS as link, no css-import. This allows cooking with other link rendered css and gives better asynchronous download behavior. [thet]
1.2.7
------------------
* make compatible with jQuery >= 1.9 [petschki]
1.2.6
------------------
* Fix url in css for indicator.gif [mitakas]
1.2.5
------------------
* Use jQuery.prop() instead of jQuery.attr() to deselect radio buttons. * Only do list marshalling for multiple selection. * Handle the case where the server responds with 204 No Content.
1.2.4
------------------
* Switch the default parser to use the title as the value, so that titles are used to autocomplete what's in the text input box. [lentinj]
* Add a custom parse function that defaults to an identical function to the default one. [lentinj]