diff options
Diffstat (limited to 'files/zh-tw/web')
-rw-r--r-- | files/zh-tw/web/api/element/classlist/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-tw/web/api/element/classlist/index.html b/files/zh-tw/web/api/element/classlist/index.html index afa5b7c862..5a78d9aaa9 100644 --- a/files/zh-tw/web/api/element/classlist/index.html +++ b/files/zh-tw/web/api/element/classlist/index.html @@ -34,7 +34,7 @@ translation_of: Web/API/Element/classList <h2 id="範例">範例</h2> -<pre class="brush: js" dir="rtl">// div is an object reference to a <div> element with class="foo bar" +<pre class="brush: js">// div is an object reference to a <div> element with class="foo bar" div.classList.remove("foo"); div.classList.add("anotherclass"); |