Mui popover displays the selected value

how to get the click value, which boss knows to ask for information

Mui
Feb.27,2021

if it is multiple choice: var checkboxArray = [] .slice.call (list.querySelectorAll ('input [type = "checkbox"]'));

)
    var checkedValues = [],checkedNames = [];
    checkboxArray.forEach(function(box) {
        if (box.checked) {
            checkedValues.push($(box.parentNode).attr('data-value'));
            checkedNames.push($(box.parentNode).attr('data-tags'));
            //checkedValues.push(box.parentNode.innerText);
        }
    });

Radio can use the jq method var checkboxArray = $('- sharplist'). Find ('input [type = "radio"]: checked');

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b32cf1-2be38.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b32cf1-2be38.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?