How to use the jquery-ui/js/jquery-1.7.1.min.js function in jquery-ui

To help you get started, we’ve selected a few jquery-ui examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github mozilla / addons-code-manager / stories / FileTree.stories.tsx View on Github external
.add('files with comments', () => {
    const version = defaultVersion;
    const store = createStoreWithVersion({ version });
    store.dispatch(versionsActions.expandTree({ versionId: version.id }));
    dispatchComments({
      store,
      versionId: version.id,
      comments: [
        createFakeExternalComment({
          filename: version.file.entries['manifest.json'].path,
        }),
        createFakeExternalComment({
          filename:
            version.file.entries['jquery-ui/js/jquery-1.7.1.min.js'].path,
        }),
        createFakeExternalComment({
          filename:
            version.file.entries['background-scripts/libs/jquery.min.js'].path,
        }),
        createFakeExternalComment({
          filename: version.file.entries['lib/compat.js'].path,
        }),
      ],
    });
    return <div>{render({ store })}</div>;
  });

jquery-ui

A curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.

MIT
Latest version published 9 days ago

Package Health Score

98 / 100
Full package analysis