I used $('body').append('MY HTML elements')
but this code add these elements to the end of the body, i want to add as a first element inside the body.
我使用了$('body')。append('我的HTML元素')但是这段代码将这些元素添加到正文的末尾,我希望将其添加为正文中的第一个元素。
How to do that using JQuery?
如何使用JQuery?