jquery get next element
$( "li.item-a" )
.closest( "ul" )
.css( "background-color", "red" );
$( "li.item-ii" ).find( "li" ).css( "background-color", "red" );
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>next demo</title>
<script src="https://code.jquery.com/jquery-3.5.0.js"></script>
</head>
<body>
<p>Hello</p>
<p class="selected">Hello Again</p>
<div><span>And Again</span></div>
<script>
$( "p" ).next( ".selected" ).css( "background", "yellow" );
</script>
</body>
</html>
Also in JavaScript:
- javascript create script tag
- props and state react
- node js write file
- javascript reference file two folders up
- vue watch
- javascript return value from async function site:stackoverflow.com
- object find javascript
- install vue-cli
- ngingx proxy express get real ip
- check if anagram
- target all element besides the clicked one
- expressjs swagger yaml
- reflection of an graph javascript
- angularjs class directive prepend
- react documentation
- javascript check if text is overflowing
- javascript get srollwidth
- javascript destructing
- bootstrap 4 form validator with jquery
- parsley custom error message
- jquery addeventlistener wheel
- kendo datasource get
- javascript string first letter lowercase
- javascript animate elements