Open another shopping mall and clear the checkbox above. What to do
#Where to add the js code for the menu bar?
$('#checkbox1').prop('checked',false)
-~
$("input").prop("checked",false)
If attr is invalid, use prop
When opening another shopping mall, reset the checkbox.
$('#checkbox1').prop('checked',false)
-~
$("input").prop("checked",false)
If attr is invalid, use prop
When opening another shopping mall, reset the checkbox.