Skip to content

Small proposition to cdn doc #186

Description

@technos12

Hi, I just discovered your library which helps me in my project, thank you !

Just a small input for a thing that made me lost a bit of time :
In the documentation, you provide a CDN link

<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-scrollTo/2.1.3/jquery.scrollTo.min.js"></script>

But if the src is not starting with http:// or https:// is was not working, at least in Firefox.
I have simply rewritten to

<script src="https://cdn.jsdelivr.net/npm/jquery.scrollto@2.1.3/jquery.scrollTo.min.js"></script>

and voilà, works like a charm.

Thank again for developing this, I wish you a nice day.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions