nhsuk / nhsuk-frontend

NHS.UK frontend contains the code you need to start building user interfaces for NHS websites and services.
https://nhsuk.github.io/nhsuk-frontend/
MIT License
623 stars 107 forks source link

Components JavaScript dependencies #96

Closed chrimesdev closed 5 years ago

chrimesdev commented 6 years ago

Review each of the components required JavaScript, make sure they are compiled in the gulp scripts and update the documentation on how to use them.

jQuery Discussion

Remove jQuery? The only component that uses jQuery is the auto complete. GDS have an accessible auto complete component (JavaScript only) that we could use.

https://githubengineering.com/removing-jquery-from-github-frontend/

chrimesdev commented 5 years ago

@sabi98 is currently working on replace our search autocomplete with the GOVUK accessible auto complete. Thus we can delete the jQuery dependency from the project.