Tag: JavaScript
-
Add WordPress menus to your Vue application
You’ve been asking so here it is! How to add WordPress menus to your Vue app!
-
Prototype.js tip: Remove class name from a group of elements
I’m using jQuery mostly these days but a few of my previous projects were built on Prototype so I’ve been keeping up with both libraries. I learned a cool trick today for Prototype.js that I thought I would share.So, have you ever wanted to remove a certain class name from a group of tags? This…