insert in the html using jQuery?

后端 未结 2 646
孤城傲影
孤城傲影 2021-01-26 00:47

How can I insert and <\\thead> using jQuery?

     
2条回答
"); $('.GridHeader').wrapAll(thead);

http://api.jquery.com/wrapAll

提交回复
热议问题