diff --git a/dist/jquery.scrollUp.js b/dist/jquery.scrollUp.js index 191f16e..8a37557 100644 --- a/dist/jquery.scrollUp.js +++ b/dist/jquery.scrollUp.js @@ -31,7 +31,9 @@ } else { $self = $('', { id: o.scrollName, - href: '#top' + href: '#top', + role: "button", + "aria-label": `top of page button` }); }