In js code, add a li and the text in it. li is added, and the text is not in it.

Source: Internet
Author: User
Add a li and the text in the js code. li is added, and the text is not in it. & nbsp; & lt; script & nbsp; type = "text/javascript" & gt; & nbsp; function & nbsp; t1 () {& nbsp; & nbsp in js code, add a li and the text in it. li is added, and the text is not in it.

Function t1 (){


Var ce = document. createElement ('Lil ');
Var ct = document. createTextNode ('中 ');
Ce. appendChild [ct]; // attach to li
Var s = document. getElementsByTagName ('Ul ') [0]; // search for ul
Var se = s. children [1]; // find li

S. insertBefore (ce, se );

}
Script
 

 

  • East

  • South

  • West

  • North

 


 

The above is the js code, but it is strange that li is added after running. However, the '中' of the corresponding li text cannot be displayed. thank you for your help !! Attached;
---------------------------------------------
JavaScript :???? Function? T1 (){???????? Var? Ce? =? Document. createElem... 'data-pics = '/img/2013/08/14/105539123 .png'>
------ Solution --------------------
Ce. appendChild (ct); // attach to li
Not ce. appendChild [ct];
The function of parentheses. square brackets are arrays.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.