Dan Nagle

Results 4 comments of Dan Nagle

I started on this and have made some progress. I've replaced `$.ajax()` calls with [axios](https://github.com/axios/axios). `$.hide()` and `$.show()` have been replaced by helper functions which can accept a selector string...

I just remembered that I didn't add a classList polyfill.

The beast yet lives - Select2 is dependant on jQuery! [YouMightNotNeedJqueryPlugins.com](http://youmightnotneedjqueryplugins.com/) has kindly suggested [Choices.js](https://joshuajohnson.co.uk/Choices/) as a vanilla JS alternative.

I've just been looking at the react-select project and v2 which is in alpha has react 16.x as a dependency.