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
This is exactly what I'm trying to do, also. Did you ever get this working?
I would love to have a static html page (or a cached page on the server) being sent to the client that only refreshes one or two dynamic portions. This would work great when a lot of content is static, but you wan to have different links if user is signed in, and have the page automatically refresh items on page load.
Hello,
I'd like to know how could I refresh the following div by clicking on a button or anchor.
I tried the following code:
< div id="my-div" data-refresh-url="info">
< a data-refresh="#my-div" > Refresh! < /a>
Is it possible to request an item refresh without sending a Get request to the page?
Thanks in advance!
The text was updated successfully, but these errors were encountered: