Guest User

Untitled

a guest
Dec 15th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. export default () => {
  2.  
  3. $(document).on("click", ".c-accordion__title", function(event) {
  4. event.preventDefault();
  5. // ... the rest of the old jquery code here
  6. });
  7. }
Add Comment
Please, Sign In to add comment