Posts by Eric Vieira • 51 points
2 posts
- 
		0 votes3 answers1322 viewsA: Get the value of the "option" that was clicked either to select/deselectRESOLVED Guys, thanks for your attention. The plugin I’m using is the Bootstrap-Multiselect. I do not know if there is a more elegant and better solution, but, I managed to solve so:… 
- 
		5 votes3 answers1322 viewsQ: Get the value of the "option" that was clicked either to select/deselectI have the following <select>: <select id="multiselect" multiple="multiple"> <option value="pedra">Pedra</option> <option value="papel">Papel</option> <option…