Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added TypeScript support for $.fn #424

Closed

Commits on May 3, 2023

  1. Added TypeScript support for $.fn

    Added TypeScript support for $.fn
    
    `[key: string]: Function;` is added to `Cash` such that fabiospampinato#380 can be resolved.
    
    `ArrayLike<HTMLElement>` is also added such that Cash can be array-like with HTMLElement results from `querySelectorAll`.
    
    The element array shall be the normal use for this script. If the array content is other type such as document, window, number, etc, for typescript users, they shall do `$(document)[0] as any as Document`.
    cyfung1031 committed May 3, 2023
    Configuration menu
    Copy the full SHA
    4499af7 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Configuration menu
    Copy the full SHA
    82aa6ea View commit details
    Browse the repository at this point in the history