jQuery :visible
此選擇器能夠匹配所有當前可見的元素。
jQuery1.0版本新增。
語法結構:
[JavaScript] 純文字檢視 複製程式碼jQuery( ":visible" )
程式碼例項:
[HTML] 純文字檢視 複製程式碼執行程式碼<!DOCTYPE html> <html> <head> <meta charset=" utf-8"> <meta name="author" content="http://www.softwhy.com/" /> <title>螞蟻部落</title> <style type="text/css"> div { width:100px; height:50px; line-height:50px; text-align:center; background-color:#ccc; margin:5px; } .ant{display:none;} </style> <script src="http://code.jquery.com/jquery-latest.js"></script> <script type="text/javascript"> $(document).ready(function(){ $("#bt").click(function () { $("div:visible").css({ color: "green" }) }) }) </script> </head> <body> <div class="ant">螞蟻部落一</div> <div>螞蟻部落二</div> <input type="button" value="檢視效果" id="bt" /> </body> </html>
將可見的div元素中字型顏色設定為綠色。
相關文章
- Property "visible" must be accessed with "$data.visible"
- Property "visible" must be accessed with "$data.visible" because properties
- CUDA VISIBLE DEVICEdev
- [CSS] :focus-visibleCSS
- vue專案報錯[Vue warn]: Property “visible“ must be accessed with “$data.visible“ because properties startVue
- HDU2841 Visible Trees (容斥原理)
- TROUBLESHOOTING - ASM disk not found/visible/discovered issuesASM
- visible_windows生成邏輯和解析Windows
- CSS display:none和visible:hidden區別CSSNone
- display:none 和visible:false 的區別(轉)NoneFalse
- Property visible must be accessed with $ or _ are not proxied in the Vue instance to prevent錯誤Vue
- Oracle 索引的可見與隱藏(visible/invisible)Oracle索引
- 強大的CSS:focus-visible偽類真的太6了!CSS
- DIVFusion_ Darkness-free infrared and visible image fusion 論文解讀
- SPOJ VLATTICE Visible Lattice Points (莫比烏斯反演基礎題)
- jQuery初探:自制jQueryjQuery
- 我的’jQuery’和jQueryjQuery
- 我的''jQuery''和jQueryjQuery
- 【Jquery】jquery 基本的動畫jQuery動畫
- 【Jquery】jquery 自定義動畫jQuery動畫
- jQuery :not()jQuery
- jQuery not()jQuery
- jQuery is()jQuery
- jQuery()jQuery
- jQuery on()jQuery
- jQueryjQuery
- openfire 部署後報錯: java.lang.IllegalArgumentException: interface xx is not visible from class loaderJavaException
- JQuery模板外掛-jquery.tmpljQuery
- jquery列印頁面(jquery.jqprint)jQuery
- jQuery入門(三)--- jQuery語法jQuery
- jQuery 3教程(一):jQuery介紹jQuery
- jQuery之使用jQuery.fn.prop()替換jQuery.fn.attr()jQuery
- RFN-Nest_ An end-to-end residual fusion network for infrared and visible images 論文解讀
- Visible Alpha:2020年至今iPhone SE總銷量中的佔比不到10%iPhone
- Android開發之--visibility屬性VISIBLE、INVISIBLE、GONE的區別AndroidGo
- JQuery基本知識彙總;JQuery常用方法;淺入瞭解JQueryjQuery
- (jQuery) jQuery中的事件與動畫(上)jQuery事件動畫
- jquery.fn.extend與jquery.extendjQuery