You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that when I want to open another page by using the clickable container widget from Mendix app store, sometimes $(document).ready() function is not being called. In my case I want to find the document contains a certain class, which does, and the do some action with it. I also tried with simple alert messages.