Posts by Leonardo Getulio • 1,143 points
52 posts
-
5
votes2
answers55
viewsA: Dropdown closes every click
$(document).on('click', '#userList', function (e) { e.stopPropagation(); }); <link rel="stylesheet"…
-
0
votes1
answer194
viewsA: Create Apache Vhosts on Windows: Does not exceed htdocs
<VirtualHost *:80> DocumentRoot "${SRVROOT}/htdocs" ServerName localhost ServerAlias localhost </VirtualHost> <VirtualHost *:80> ServerName…
apacheanswered Leonardo Getulio 1,143