포럼 웹 페이지에서 작업하고 있지만 웹 페이지에서 HTML을 편집 할 수 없습니다. 나는 이상하게들 때까지 텍스트를 숨기고 싶다. 이 거친 HTML 코드의 예입니다 : 내가 .nextUntil()와 .wrapAll() 함수가 있다는 것을 알고 <!doctype html>
<html lang="en">
<head>
<meta charset="ut
nextUntil()을 사용하여 p 이외의 다른 html 태그가 도착할 때까지 h2.first 바로 뒤에 오는 모든 p의 오렌지색을 만들고 싶습니다. <h2 class="first">Lorem ipsum</h2>
<p>Lorem ipsum</p>
<p>Lorem ipsum</p>
<p>Lorem ipsum</p>
<ul>
<li>Lorem
<h2 id="match" class="contentHeadline">Match only in here</h2>
<p>I don't if or how many dl+table live here.</p>
<dl><dt>Text</dt></dl>
<table class="groupTable"><td>1</td><td>Abc</td></table>
jQuery 작업에 문제가 있습니다.이 내 HTML :이 <h3>Task</h3>
<ul>...</ul>
<ol>...</ol>
<h3>Second Task</h3>
...
내 jQuery를 스크립트 : H3 헤더 사이 $(document).ready(function() {
$('h3').click(function