Im converting a website in blazor, i have a page where at the end ther's this javascript
(function ($) {
"use strict";
$(document).ready(function () {
$('#slider-range').slider({
..... more
How can i call it in blazor? I did not find a solution that works
Thanx