1
0
-1

As screenshot, I found my js scriptin calendar menu is invalid which set Week view is default in Joget version is 7.0.19. The new class name of button is fc-timeGridWeek-button, but I modified to "$(".fc-timeGridWeek-button").click();", it also does not work. Is my code error ? 

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi, if the CSS selector is correct, then it could possibly be the timing of the JavaScript call. You might want to try to set a slight delay before calling the code, for example using the JavaScript setTimeout function.

        CommentAdd your comment...