We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A função $.fn.reduLinks atualiza o window.location quando o ideal seria disparar o evento click do link.
$.fn.reduLinks
window.location
link
The text was updated successfully, but these errors were encountered:
7746dc0
Substituído o window.location por click(). Fixes #21
1ff940b
Restaura o window.location do JS para tornar áreas clicáveis. Reopens #…
c7868e5
…21.
filipewl
No branches or pull requests
A função
$.fn.reduLinks
atualiza owindow.location
quando o ideal seria disparar o evento click dolink
.The text was updated successfully, but these errors were encountered: