Hi All,
I am trying to display a success/error dialog box from xsjs file on the UI5 app.
For that i need to declare jquery.sap.require(sap.ui.commons.MessageBox) . But this throws an error saying jquery is not defined.
Is using Jquery allowed in xsjs and if yes, how can i use it?