Loading...

javascript change css class

Temperature: 0 °C

Mark ChangMark Chang
author_tools


javascript change css class
使用classList是一個方便的替代方法,可以將元素的類列表作為空格分隔的字符串來訪問。

document.getElementById("MyElement").classList.add('MyClass');
document.getElementById("MyElement").classList.remove('MyClass');
if ( document.getElementById("MyElement").classList.contains('MyClass') )
document.getElementById("MyElement").classList.toggle('MyClass');

不幸的是,這些在Internet Explorer v10之前的版本中不起作用。

但我想這些應該都是已經是不變的事實~所以也不意外了。

Internet Explorer 永遠都是工程師的惡夢( ̄∇ ̄)

https://innstory.com/story-javascript_change_css_class-1842
javascript

Prev
 fancybox_close的方式

Next
嘰嘰喳喳 

About the Author

Mark Chang

離不開電腦的宅男

Visitor message

Leave some footprints to prove that you visited me

Recommended reading

Author's other related stories

php使用PDO獲取結果的方法

php使用PDO獲取結果的方...

fetch() 式例如下: mixed PDOStatement::fetch([int fetch...

.htaccess 使用gzip壓縮網站加快加載速度並節省頻寬

.htaccess 使用gz...

modgziphttp://schroepl.net/pro...

使用 Closure Compiler 幫 javascript 瘦身

使用 Closure Com...

JavaScript(縮寫為JS)是一種進階的、直譯的程式語言,且作為客戶端手稿語言在使用者的瀏覽器...

Please select an option

error

Hi, thank you for your participation, but you cannot vote repeatedly~

Join innstory now and start recording your story.

"Innstory" is a place to store stories. We are committed to becoming a warm platform. Deepening the bonds between people is our direction.
We are convinced that the blockchain between people is not just a cold calculation. Join us now.

Wrong format