jeudi 22 juin 2017

Building a string by checking boxes in Javascript

I have a Flask application, where I need to build a string, based on the checked boxes. For example checking cbA cbB cbC should generate and show on the screen "A+B+C", checking chA and cbB should show "A+B", etc.

What's the code to accomplish that?




Aucun commentaire:

Enregistrer un commentaire