Tag: Prototype.js
-
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…