Skip to content

Just curious #7

@sengiv

Description

@sengiv

Is this project still relevant?
Now that we can call JQ directly from Blazor with IJSObjectReference .

Example:
JQuery
$('table').DataTable()

Blazor

 var jQuery = await JSRuntime.InvokeAsync<IJSObjectReference>("$", "table");
 await jQuery.InvokeVoidAsync("DataTable");

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