zackmdavis / Finetooth

an experimental discussion forum
MIT License
2 stars 0 forks source link

modernize jQuery usage #58

Open zackmdavis opened 8 years ago

zackmdavis commented 8 years ago

I remember reading somewhere that chaining .done() and .fail() are preferred over passing success and error arguments to $.ajax on account of being more composable and such.