Replace Jquery -> jQuery (#35184)
* Replace Jquery -> jQuery * JQuery * Update index.md * Update index.md * Update index.md * Update index.md * Update index.md * Update index.md * Update index.md * Update guide/russian/jquery/jquery-html-method/index.md Co-Authored-By: lipis <lipiridis@gmail.com> * Update guide/russian/jquery/jquery-html-method/index.md Co-Authored-By: lipis <lipiridis@gmail.com>
This commit is contained in:
@@ -40,7 +40,7 @@ title: Change Text Inside an Element Using jQuery
|
||||
|
||||
### More information
|
||||
|
||||
[JQuery API Documentation](http://api.jquery.com/html/)
|
||||
[jQuery API Documentation](http://api.jquery.com/html/)
|
||||
|
||||
[freeCoceCamp Guide](https://guide.freecodecamp.org/jquery/jquery-html-method)
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Target HTML Elements with Selectors Using jQuery
|
||||
---
|
||||
- JQuery selectors allow you to select and manipulate HTML elements.
|
||||
- jQuery selectors allow you to select and manipulate HTML elements.
|
||||
- These selectors start with the dollar sign and parentheses: $()
|
||||
- You can "find" (or select) HTML elements based on their name, id, classes, types, attributes, values of attributes and much more.
|
||||
|
||||
|
Reference in New Issue
Block a user