good morning.
The detail is that I have two inputs
radius, which when clicking one of them I want to show me a div
that is hidden when opening the page, and tried several methods and none works, I want this do in javascript
, I've tried with:
$("input[type=radio]").on("change",function()
$('input:radio[name=bedStatus]:checked').change(function () {})
and still can not find a solution, I want to access the event change
of the radius