Plugin Ninja Tables: How to fix the problem when custom jQuery does not work?

In order for jQuery to access Ninja Tables, the corresponding script must be loaded late.

var formExists = setInterval(function() {
  if ($(".nf-form-cont").length) {
    $("#nf-field-1").click(function(e) {
      console.log("click!");
    }
    clearInterval(formExists);
  }
}, 100);
Without cookies
This website does not use cookies or tracking. More information can be found in the privacy policy.