疑難雜症萬事通
在網路上遇到任何問題都可以在這邊找找看唷

Search

html script> function 在 純靠北工程師 Facebook 的最讚貼文

  • Share this:


#純靠北工程師yo
大家好,我是上一篇您們所謂幽靈文的人,很抱歉我的資訊不夠,本來要附圖,但不會轉圖檔,所以現在再貼一篇,還懇請指教(不要再罵我了,拜託QAQ我非常玻璃心)
以下是HTML檔內容


test_style.css" rel="stylesheet">





" target="_blank">jquery-3.3.1.js">
" target="_blank">my_test_scripts.js">



以下是jQuery內容
$(document).ready(function() {
$("#bun1").click( function(){
$("#header").addClass("hover");
$("#header").removeClass("no_hover");
});
$("#btn2").click( function(){
$("#header").removeClass("hover");
$("#header").addClass("no_hover");
});
});
🥙 全平台留言 https://kaobei.engineer/cards/show/1248
📢 匿名發文請至 https://kaobei.engineer/cards/create



About author

「我們很懷念最開始的那個靠北工程師」,這個版將會以舊文重發的方式,重現最初的那個靠北工程師 ——Powered by 靠北工程師版主
View all posts

html script> function 在 โปรแกรมเมอร์ไทย Thai programmer Facebook 的最佳解答

  • Share this:


ร่วมไว้อาลัยถวายแด่ในหลวง
ขออนุญาตแชร์ #โปรแกรมเมอร์ ท่านใดที่มีเว็บ ท่านสามารถเแก้เว็บเป็นสีขาวดำง่ายๆ ให้เข้าไปแก้ใน css ตามโค้ดข้างล่าง

*{
-moz-filter: grayscale(100%);
-webkit-filter: grayscale(100%);
filter: gray; /* IE6-9 */
filter: grayscale(100%);
}

ใช้ได้กับแท็กพวก html, body, header และอื่นๆ
ที่มา http://stackoverflow.com/…/is-it-possible-to-turn-an-entire…

อย่างแอดมินมี wordpress ก็กดเข้าไปที่เมนู
รูปแบบบล็อก -> Theme Options -> Other แล้วก็อปปี้วาง

++++++ข้อมูลเพิ่มเติม+++++
แต่ประกี้คุณ อภิเดช เตี่ยไพบูลย์ คอมเมนต์แนะนำมาครับ บางเว็บอาจเกิด Bug ได้ ถ้าใช้โค้ดข้างล่างแบบนี้จะปลอดภัยกว่า

body {
-moz-filter: grayscale(100%);
-webkit-filter: grayscale(100%);
filter: gray; /* IE6-9 */
filter: grayscale(100%);
}

+++++ ถ้าจะรองรับ ie10 และ ie11 +++++
ต้องใช้ javascript อันนี้เป็นวิธีของคุณ Destiny Amm แนะนำมา



รูปจะเป็นขาวดำ สำหรับ IE10 และ 11



About author
เพจนี้เปิดใช้งานเมื่อ 22 มิถุนายน 2014 เพจนี้เน้นหนักไป ทางการเขียนโปรแกรม คอมพิวเตอร์ และไอที ล้วน ๆ แบบฮาร์ดคอ หรือจะไร้สาระ มุกตลกขำ
ให้สาระด้านไอที คอมพิวเตอร์ และอาชีพโปรแกรมเมอร์ และสายงานด้านคอมพิวเตอร์
View all posts

html script> function 在 コバにゃんチャンネル Youtube 的最佳解答

  • Share this:


post-title

About author
コバにゃん☆です?
View all posts

html script> function 在 大象中醫 Youtube 的精選貼文

  • Share this:


post-title

About author
長照是一個劇變的旋轉舞台 百年難得一見 沒有準備的人 被旋轉舞台甩出去 不是坐下就是躺下 而大象中醫是太極的推手 推動著旋轉舞台 讓 所有爬不起來的人 背後有一股推手力量 支撐再站起來
View all posts

html script> function 在 大象中醫 Youtube 的最讚貼文

  • Share this:


post-title

About author
長照是一個劇變的旋轉舞台 百年難得一見 沒有準備的人 被旋轉舞台甩出去 不是坐下就是躺下 而大象中醫是太極的推手 推動著旋轉舞台 讓 所有爬不起來的人 背後有一股推手力量 支撐再站起來
View all posts
社群媒體上有些相關的討論:

html script> function 在 Your first look at JavaScript - WebPlatform.org 的推薦與評價

To execute JavaScript in a browser you have two options — either put it inside a script element anywhere inside an HTML document, or put it inside an ... ... <看更多>

html script> function 在 script 標籤 的推薦與評價

要在瀏覽器中執行JavaScript,可在一個HTML/XHTML檔案中撰寫,並於兩個標籤間 ... <html> <head> <script type="text/javascript"> window.onload = function() { ... <看更多>