jQuery empty()
此方法能夠將匹配元素中的所有內容移除,包括所有文字和子節點。
jQuery1.0版本新增。
語法結構:
[JavaScript] 純文字檢視 複製程式碼.empty()
程式碼例項:
[HTML] 純文字檢視 複製程式碼執行程式碼<!DOCTYPE html> <html> <head> <meta charset=" utf-8"> <meta name="author" content="http://www.softwhy.com/" /> <title>螞蟻部落</title> <style type="text/css"> div{ height:200px; width:200px; border:1px solid red } ul li{ border:1px solid blue; height:100px; width:100px; list-style:none } </style> <script src="https://code.jquery.com/jquery-3.0.0.js"></script> <script type="text/javascript"> $(document).ready(function(){ $("#bt").click(function () { $("div").empty(); }); }) </script> </head> <body> <div> <ul> <li>螞蟻部落</li> </ul> </div> <input type="button" id="bt" value="檢視演示" /> </body> </html>
相關文章
- jQuery :emptyjQuery
- jQuery empty() vs remove()jQueryREM
- jQuery之empty()與remove()方法jQueryREM
- jQuery操作dom節點empty()方法jQuery
- jQuery中empty與html("")的區別對比jQueryHTML
- jquery中dom節點操作方法empty和remove的區別jQueryREM
- CSS E:emptyCSS
- C++ Empty Class OptimizationC++
- php--isset()、is_null() 、empty()PHPNull
- .nil? .empty? .blank? .present? in Ruby on RailsAI
- php中isset(),unnset(),empty()函式PHP函式
- 【Redis】錯誤:failed: Hostname must not be empty or nullRedisAINull
- php true false isset empty is_null array()PHPFalseNull
- ***PHP中empty()和isset()的區別PHP
- SNMP TABLE ERROR : Requested table is empty or does not existError
- Jackson中DeserializationFeature.ACCEPT_EMPTY_STRING_AS_NULL_OBJECT和ACCEPT_EMPTY_STRING_AS_NULL_OBJECTNullObject
- 【案例分析】ORA-25153: Temporary Tablespace is Empty
- [Typescript] Handling a Truly Empty Object in TypeScriptTypeScriptObject
- XML tag has empty body less... (Ctrl+F1) Reports empty tag body. The validation works in XML / JSPXMLJS
- 【Android Test】糟心的“Empty test suite ”異常AndroidUI
- PHP isset()與empty()的使用區別詳解PHP
- 【DB】Direct Path EXP Corrupts The Dump If An Empty Table Partition Exists
- PHP 由 empty 和 isset 面試題引起的思考PHP面試題
- 給我們的Empty Object加個圖示Object
- oracle 10g R2 drop empty datafileOracle 10g
- 關於string.Empty & "" & null 的討論Null
- ORA-25153: Temporary Tablespace is Empty 解決方法
- oracle全文索引之STOPLIST_2_EMPTY_STOPLISTOracle索引
- 解決:java.lang.IllegalArgumentException: String must not be emptyJavaException
- fuse: mountpoint is not empty fuse: if you are sure this is safe, use the ‘nonempty‘ mount optionNone
- DOM節點刪除之empty和remove區別REM
- MyBatis中對於字串blank(null、empty)的判定方法MyBatis字串Null
- php程式設計基本功之isset與emptyPHP程式設計
- PHP中isset()與empty()的使用區別詳解PHP
- PHP中empty、isset和is_null的使用區別PHPNull
- LOB欄位EMPTY_LOB和NULL的區別Null
- 體驗Oracle 10gR2的drop empty datafileOracle 10g
- ora-01439:column to be modified must be empty to change datatype