-
Notifications
You must be signed in to change notification settings - Fork 35
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
Allow to query the DOM with static methods. #298
Comments
Can you provide an example with what you are looking to be able to do? |
I want to count the number of items with that class. |
For example
This works but I get this error
|
yep makes sense, currently everything is scoped to a widget operation |
Also remember to make the error more descriptive, in this case you wouldn't even know where to start. Also why this error? |
@bitplanets open to PR's to improve the error messages The error message is because there is no el on the static widget |
Sometimes I don't want to create a Widget instance and I have only one class.
The text was updated successfully, but these errors were encountered: