Module jquery.sap.dom


Contained Namespaces, Types, Enums & Classes
jQuery#addAriaDescribedBy Adds the given ID reference to the aria-describedby attribute.
jQuery#addAriaLabelledBy Adds the given ID reference to the the aria-labelledby attribute.
jQuery#cursorPos Sets or gets the position of the cursor in an element that supports cursor positioning
jQuery#disableSelection Disable HTML elements selection.
jQuery#enableSelection Enable HTML elements to get selected.
jQuery#firstFocusableDomRef Returns the first focusable domRef in a given container (the first element of the collection)
jQuery#getSelectedText Retrieve the selected text in the first element of the collection.
jQuery#hasTabIndex Returns true if the first element has a set tabindex
jQuery#lastFocusableDomRef Returns the last focusable domRef in a given container
jQuery#outerHTML Returns the outer HTML of the given HTML element
jQuery#parentByAttribute Gets the next parent DOM element with a given attribute and attribute value starting above the first given element
jQuery#rect Returns a rectangle describing the current visual positioning of the first DOM object in the collection (or null if no element was given)
jQuery#rectContains Returns whether a point described by X and Y is inside this Rectangle's boundaries
jQuery#removeAriaDescribedBy Removes the given ID reference from the aria-describedby attribute.
jQuery#removeAriaLabelledBy Removes the given ID reference from the aria-labelledby attribute.
jQuery#scrollLeftRTL Sets or returns the scrollLeft value of the first element in the given jQuery collection in right-to-left mode.
jQuery#scrollRightRTL Returns the MIRRORED scrollLeft value of the first element in the given jQuery collection in right-to-left mode.
jQuery#selectText Sets the text selection in the first element of the collection.
jQuery.sap.byId Shortcut for jQuery("#" + id) with additionally the id being escaped properly.
jQuery.sap.containsOrEquals Returns whether oDomRefChild is oDomRefContainer or is contained in oDomRefContainer.
jQuery.sap.denormalizeScrollBeginRTL For the given scroll position measured from the "beginning" of a container (the right edge in RTL mode) this method returns the scrollLeft value as understood by the current browser in RTL mode.
jQuery.sap.denormalizeScrollLeftRTL For the given scrollLeft value this method returns the scrollLeft value as understood by the current browser in RTL mode.
jQuery.sap.domById Shortcut for document.getElementById(), including a bug fix for older IE versions.
jQuery.sap.focus Calls focus() on the given DOM element, but catches and ignores any errors that occur when doing so.
jQuery.sap.ownerWindow Returns the window reference for a DomRef
jQuery.sap.scrollbarSize Returns the size (width of the vertical / height of the horizontal) native browser scrollbars.
jQuery.sap.syncStyleClass Search ancestors of the given source DOM element for the specified CSS class name.