Skip to content

Instantly share code, notes, and snippets.

@hechien
Created April 27, 2020 11:41
Show Gist options
  • Save hechien/68ba926ce63db6f171010c69af08439c to your computer and use it in GitHub Desktop.
Save hechien/68ba926ce63db6f171010c69af08439c to your computer and use it in GitHub Desktop.
for(let i = 0; i < tr_length; i++) {
let
detailBtn = `[checkDetailBtn=${i}]`,
dropdownMenu = `[dropDownMenu=${i}]`
$(document).on('click', detailBtn, function(){
$(dropdownMenu).slideToggle()
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment