You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #9528 Replace jQuery example with plain JavaScript (msheakoski)
This PR was submitted for the master branch but it was squashed and merged into the 3.4 branch instead (closes#9528).
Discussion
----------
Replace jQuery example with plain JavaScript
The data attributes example relies unnecessarily on jQuery and is potentially more confusing because it masks how attributes actually work in JavaScript and it's another level of abstraction to deal with. It is a better idea to promote web standards here because people tend to copy what they see, so let's steer them in a future-friendly direction.
Commits
-------
0dfcbd8 Replace jQuery example with plain JavaScript
0 commit comments