278 Companies using basket.js

NameLinksEmployeesRevenueTrafficCountrySEOIndustry
logo
Wholesale Shopping

the uk's leading wholesal..

13$46K - $16K$23K united kingdom..78%
logo
LifeGate

the lifestyle in which pe..

186$34K - $37K$584K italy99%
logo
Blogo.it

34$2K - $13K$18K italy3%
logo
Hannover 96

dies ist der offizielle l..

120$21K - $19K$300K germany92%
logo
Ferretto Group

complete solutions for ma..

197$44K - $20K$93K italy93%
logo
Coloro - The Color Code

align yourself with the f..

30$49K - $45K$97K united kingdom..97%
logo
JULIAN FASHION

We represent style, trend..

80$36K - $40K$86K italy72%
logo
PMI.it

Piccole e medie imprese....

-$18K - $11K$3M italy64%
logo
1. FC Köln

spürbar anders.

289$24K - $43K$72K germany11%
logo
CEED

inspiring healthcare inno..

6$20K - $27K$2M germany98%
logo
vasongroup - enologica va..

here, research and perfor..

64$50K - $14K$8K italy72%
logo
Studio Impresa

contribuire allo sviluppo..

23$13K - $8K$92K italy99%
logo
TUB Network

publisher specializzato i..

1$24K - $1K$77K italy84%
logo
Unireha GmbH

31$23K - $49K$0 germany91%
logo
Bausparkasse Mainz AG

deine bausparkasse. wir ..

131$26K - $48K$64K germany100%

Want to download the entire list?

Enter your email and download the entire list of 278+ companies

We care about your data. Read our privacy policy.

How to use basket.js

basket.js
is a script loader that allows you to load JavaScript and CSS files asynchronously while still maintaining control of the order in which they are executed. Here's how you can use
basket.js
:

  1. Include

    basket.js
    in your HTML file:

    <script src="path/to/basket.js"></script>
  2. Add the items you want to load to an array, specifying their URLs:

    var items = [ '/path/to/script1.js', '/path/to/script2.js', '/path/to/style.css' ];
  3. Tell

    basket.js
    to fetch and execute the items:

    basket.require({url:items}, function() { // Code to be executed after all items have been loaded });

    This will fetch and execute the items in the order they appear in the array. If two items depend on each other, you can specify their dependencies like this:

    var items = [ {url:'/path/to/script1.js', key:'dependency1'}, {url:'/path/to/script2.js', key:'dependency2', depends:['dependency1']} ];

    In this example,

    script2.js
    depends on
    script1.js
    , so it will not be executed until
    script1.js
    has finished loading.

  4. You can also use

    basket.js
    to load items dynamically, for example in response to user input:

    basket.require({url:'/path/to/newScript.js'}, function() { // Code to be executed after newScript.js has been loaded });

    This will fetch and execute

    newScript.js
    only when it is required, and will not delay the loading of other items.

basket.js
also provides several other features, such as caching, removing items, and loading scripts from local storage. Refer to the
basket.js
documentation for more information.

Make your sales data-driven.

Website's technology stack, including its CMS, ecommerce platform, and payment processor, along with details about the industry, company and its contacts.

GDPR Compliant

CCPA Compliant

SOC2 Compliant

App screenshot