Skip to main content

Java Script Single Checkbox selection from multiple

1. JavaScript




2. Html




Comments

Popular posts from this blog

Github Commit Problems : not authorized

When you face  not authorized problem while commit and push to eclipse code from local repo to your remote (github). then the solution for this is  :  Got to your Github Settings > Developer Settings > Personal Access Token > Delete Your Existing token (if available) Or else create new with your custom validity > Copy the token and paste the token number in your password section while you push the code in your repo from Eclipse. Thanks !!!