Skip to content
New issue

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

What am I missing? closest [[CSS selector]] #100

Open
SHxKM opened this issue Oct 7, 2022 · 0 comments
Open

What am I missing? closest [[CSS selector]] #100

SHxKM opened this issue Oct 7, 2022 · 0 comments

Comments

@SHxKM
Copy link

SHxKM commented Oct 7, 2022

_="on htmx:afterRequest remove .hidden from the closest <.followbutton/> to me"

Is giving me a "returned null" error.

Snippet from HTML:

<button _="on htmx:afterRequest remove .hidden from the closest <.followbutton/> to me"></button>
<button class="hidden"></button>
document.querySelector('.followbutton')

Does return results.

What am I missing about how closest or CSS literals work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant