Skip to content

Instantly share code, notes, and snippets.

@mikeott
Created January 5, 2023 04:05
Show Gist options
  • Save mikeott/644194aedc2020629bd7c3cedac02093 to your computer and use it in GitHub Desktop.
Save mikeott/644194aedc2020629bd7c3cedac02093 to your computer and use it in GitHub Desktop.
If checkbox is ticked
if( $('.finished-auctions').is(':checked') ) {
// Do something
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment