All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.primefaces.jquery.jquery.ui.pfextensions.d.ts Maven / Gradle / Ivy

interface JQuery {
    /**
     * Prevents the user from selection any text of this element.
     * @return this for chaining.
     */
    disableSelection(): this;

    /**
     * Allows the user to select text of this element again.
     * @return this for chaining.
     */
    enableSelection(): this;

    /**
     * Gets the z-index of this element.
     * @return The z-index of this element.
     */
    zIndex(): number;

    /**
     * Sets the z-index of this element the given value.
     * @param zIndex The z-index to set.
     * @return The z-index of this element.
     */
    zIndex(zIndex: number): this;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy