You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generaly speaking, I want to retrieve data from a server without reloading a page. I guess I can write a javascript code with something like get('fiber_api_route/get_data') and include it in html template. Is there a better way to do is without a need to write js code? The desired way of doing this is to add to html template something like <button onClick=golang_fiber_function!_name>.
Have a great day
Jacek
The text was updated successfully, but these errors were encountered:
Generaly speaking, I want to retrieve data from a server without reloading a page. I guess I can write a javascript code with something like
get('fiber_api_route/get_data')
and include it in html template. Is there a better way to do is without a need to write js code? The desired way of doing this is to add to html template something like<button onClick=golang_fiber_function!_name>
.Have a great day
Jacek
The text was updated successfully, but these errors were encountered: