W01fw00d / barbarians

A little web-browser turn-based strategy game
GNU General Public License v3.0
5 stars 4 forks source link

Remove all jquery if possible #53

Open W01fw00d opened 3 years ago

W01fw00d commented 3 years ago

We should be able to use vanilla js only

W01fw00d commented 3 years ago

Investigate how to achieve same jquery feature of removing all listeners from a node in vanilla js $().off() .

I believe this is the only feature that blocks jquery removal.