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

META-INF.resources.butterfaces-external.jquery.ui.version.js Maven / Gradle / Ivy

The newest version!
( function( factory ) {
    if ( typeof define === "function" && define.amd ) {

        // AMD. Register as an anonymous module.
        define( [ "jquery" ], factory );
    } else {

        // Browser globals
        factory( jQuery );
    }
} ( function( $ ) {

    $.ui = $.ui || {};

    return $.ui.version = "@VERSION";

} ) );




© 2015 - 2025 Weber Informatics LLC | Privacy Policy