-
Notifications
You must be signed in to change notification settings - Fork 128
Some Snippets functions for Javascript #4
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
Conversation
✅ Deploy Preview for quicksnip ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
Hi, @cpatra11. Thank your for the contributions. I see that it's still a draft pull request. Once you've finished, I will merge it. |
|
Done reviews, merge it now. More snippets coming... |
|
@cpatra11 Thank you for the all code snippets. 🙌 And, there's a |
|
Also, categorizing them into their correct place would be more helpful for developers to find. I saw that there are 3 code snippets that deal with URL in |
|
Most of the URL related stuff are waayy too over complicated, for example query params can just be retrieved using the |
|
Hey, we recently updated how snippets are stored, please update your PR to match the changes, you will be able to see how to add snippets in |
|
No news of author in over a week, closing. |
I have added javascript snippets functions for-
DOM manipulation-
1.Show Loading Spinner
2.Add Class to an Element
3.Remove Class from an Element
4.Set Text Content of an Element