I do not use the AdGuard extension. I have uninstalled both the uBlock and Stylus extensions, as well as the Tampermonkey extension, since I began using AdGuard for Windows 7 months ago.
It does not use any extension APIs, it modifies traffic system wide using a local proxy. AdGuard performs all the functions of uBlock, as well as additional features such as HTTPS filtering, cosmetic (user scripts and user styles), as well as DNS. It works with any browser and application. I don't understand why you consider the desktop program to be useless...
Question
Jose_49
Guys I need help using jQuery or javascript. I'm trying to append a child <li> on a <ul> which is a child of a div.
jQuery API page is not working so I can't get reference.
Can you help me?
Example:
<div id="division">
<ul class="overview">
<li>Element #1 </li>
<li>Element #2 </li>
<li>Element #3 </li>
<li> An Element I would like to append</li>
</ul>
</div>
Thanks :p.
I've been trying to do this:
var caca = document.createElement('li');
document.getElementById('division').appendChild(caca);
But haven't get it....
Link to comment
https://www.neowin.net/forum/topic/1075241-append-using-javascript-or-jquery/Share on other sites
2 answers to this question
Recommended Posts