jQuery :selected
此選擇器能夠匹配被選擇的<option>元素。
jQuery1.0版本新增。
語法結構:
[JavaScript] 純文字檢視 複製程式碼jQuery( ":selected" )
程式碼例項:
[HTML] 純文字檢視 複製程式碼執行程式碼<!DOCTYPE html> <html> <head> <meta charset=" utf-8"> <meta name="author" content="http://www.softwhy.com/" /> <title>螞蟻部落</title> <script src="http://code.jquery.com/jquery-latest.js"></script> <script type="text/javascript"> $(document).ready(function(){ $(".sel :selected").css("color", "red") }); </script> </head> <body> <ul> <li> <select name="sel" class="sel"> <option>螞蟻部落一</option> <option>螞蟻部落二</option> <option selected="selected">螞蟻部落三</option> </select> </li> </ul> </body> </html>
將被選中的option元素的字型顏色設定為紅色。
相關文章
- jquery set selected for select elementjQuery
- jquery.validate驗證text,checkbox,radio,selected薦jQuery
- vue-selectedVue
- wordpress常用函式checked(),selected(),disabled()函式
- Error: The action can not be performed because the selected records are not eligibleErrorORM
- WPF ListBox ListBoxItem programmatically selected and changed foreground
- How do I reverse selected lines order in Vim?
- vue中selected預設選擇空白解決方案)Vue
- INS-30510: Insufficient number of ASM disks selected.ASM
- tree的tip:WHEN-TREE-NODE-SELECTED兩次啟用
- [LeetCode] 3075. Maximize Happiness of Selected ChildrenLeetCodeAPP
- ORA-22992 cannot use LOB locators selected from remote tablesREM
- Oracle查詢錯誤分析:ORA-01791:不是SELECTed表示式Oracle
- ASP.NET MVC下使用AngularJs語言(五):ng-selectedASP.NETMVCAngularJS
- jQuery初探:自制jQueryjQuery
- 第十五章 php時區報錯 We selected the timezone 'UTC'PHP
- 我的’jQuery’和jQueryjQuery
- 我的''jQuery''和jQueryjQuery
- 【Jquery】jquery 基本的動畫jQuery動畫
- 【Jquery】jquery 自定義動畫jQuery動畫
- SAP RETAIL WA03 基於分配表建立PO報錯 - No work list could be selected –AI
- Mplayer”opening/initializing the selected video-out(-vo)device.”的解決方法IDEdev
- 註釋與反註釋Comment/Uncomment selected code in Visual C++ (轉)C++
- jQuery :not()jQuery
- jQuery not()jQuery
- jQuery is()jQuery
- jQuery()jQuery
- jQuery on()jQuery
- jQueryjQuery
- 下載特定區域內街景照片資料 | Download Street View Photos within Selected RegionView
- 【MySQL】老版本mysql奇怪的報錯:ERROR 1046 (3D000): No database selected(BUG)MySqlError3DDatabase
- Wpf draw ellipse at random location, magnify/highlight ellipse when selected, move ellipserandom
- JQuery模板外掛-jquery.tmpljQuery
- jquery列印頁面(jquery.jqprint)jQuery
- jQuery入門(三)--- jQuery語法jQuery
- jQuery 3教程(一):jQuery介紹jQuery
- jQuery之使用jQuery.fn.prop()替換jQuery.fn.attr()jQuery
- JQuery基本知識彙總;JQuery常用方法;淺入瞭解JQueryjQuery