Hi ,
What we are trying to do->
We have a single id with which we are creating jqx-window and updating the content based on some conditions.
Issue we are facing ->
The problem we are facing is that seContent method does not update the content of same window but creates a new window with new content.
If we close the top window we are able to find the latest content under that,so each time we update the content it creates a new window which should not happen as we are using only one id and using setContent method.
Appreciates any help.