Via Cà Matta 2 - Peschiera Borromeo (MI)
+39 02 00704272
info@synaptica.info

Category: Javascript

Digital solution partner

How to Hide Div when Click Outside of the Element using jQuery

Hide element on click outside, is a must-have functionality for the dropdown menu. Apart from that, it also used in some situations where you need to hide div when the user clicks outside of this element. You can easily hide div or element when click outside of it using jQuery. In the example code snippet,…
Read more

List of all selected checkboxes into a JSON string

Add class to checkbox

Create a function to return a JSON string

Here an example https://jsfiddle.net/a3owjh85/1/