skip to Main Content

Retrieve button value of button pressed – Jquery

I got a question, I´m building a website which can be startete via powershell. The PowerShell HTML code is this: $proxys = "" foreach ($email in $ADObj.proxyAddresses){ $proxys += "<button id='$email' name='alias' type='button' class='list-group-item list-group-item-action' data-bs-toggle='modal' data-bs-target='#EditAlias' value='$email' onclick='btnpressforalias();'> $email…

VIEW QUESTION
Back To Top
Search