Skip to main content
Nintex Community Menu Bar

Skip javascript in New Mode

  • September 27, 2020
  • 0 replies
  • 7 views

Forum|alt.badge.img+7

I have a repeating section. It is hidden in New mode.

However, there is an event listener for this section.  When it is hidden, the javascript cannot find the control 'rptItem' and throw exception. What is the proper way to handle it? Thanks.

 

NWF$(document).ready(function() {
       NWF$('#' + rptItem).change(function() {itmChanged()});