Contact: aviboots(AT)netvision.net.il
39,845 questions
51,766 answers
573 users
<!doctype html> <html> <head> <script src="js/jquery/1.11.3/jquery.min.js"></script> </head> <body> ul tag <ul></ul>
<script> $("ul").append("<li>abc</li>") </script>
</body> </html>