Skip to main content
Nintex Community Menu Bar
Question

Jquery Document Ready function not working properly

  • July 10, 2024
  • 1 reply
  • 31 views

Forum|alt.badge.img+4

Hi i have the following function in inline js file. It is working only for Default and classic themes. Not working for remaining themes…

$(document).ready(function(){
 function openDrawer() {
$(“.NewTable .sk-icon-preview”).trigger(“click”);
};
openDrawer();
});

1 reply

Forum|alt.badge.img+17
  • Nintex Employee
  • July 10, 2024

My guess is that the other themes do not have the .sk-icon-preview   Change your icon to something that all themes can access