Module jquery.sap.script
Contained Namespaces, Types, Enums & Classes
jQuery.sap.arrayDiff Calculate delta of old list and new list This partly implements the algorithm described in "A Technique for Isolating Differences Between Files" but instead of working with hashes, it does compare each entry of the old list with each entry of the new list, which causes terrible performane on large datasets.
jQuery.sap.arraySymbolDiff Calculate delta of old list and new list This implements the algorithm described in "A Technique for Isolating Differences Between Files" (Commun.
jQuery.sap.clearDelayedCall Stops the delayed call.
jQuery.sap.clearIntervalCall Stops the interval call.
jQuery.sap.delayedCall Calls a method after a given delay and returns an id for this timer
jQuery.sap.equal Compares the two given values for equality, especially takes care not to compare arrays and objects by reference, but compares their content.
jQuery.sap.getUriParameters Creates and returns a new instance of jQuery.sap.util.UriParameters.
jQuery.sap.intervalCall Calls a method after a given interval and returns an id for this interval.
jQuery.sap.uid Creates and returns a pseudo-unique id.
jQuery.sap.unique Sorts the given array in-place and removes any duplicates (identified by "===").
jQuery.sap.util.UriParameters Encapsulates all URI parameters of the current windows location (URL).