Answers for "how to check if data attribute exists in jquery"

0

how to check if data attribute exists in jquery

if ($("#dataTable").data('timer')) {
  ...
}
Posted by: Guest on March-14-2022

Code answers related to "how to check if data attribute exists in jquery"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language