jQuery-UI is one of the third party libraries that are included with UI5. But I could not find the way to call it in a given project. My workaround is to include it in a given project folder, for instance util
, and after registering the folder with localResources
, I load it this way:
jQuery.sap.require("util.jQuery-ui");
Obviously, there is a better way which is to load the file that is already included with SAP UI5!
So how to do that?