Posts by Eduardo Almeida • 55 points
3 posts
-
1
votes1
answer1205
viewsA: Change state color on interactive map
EDITION Take a look at Jsfiddle and see if this is how you want it to work: EXAMPLE IN JSFIDDLE The differences are only due to CSS and HTML, which I changed, so don’t be surprised. HTML Be careful…
-
2
votes3
answers6461
viewsA: Exchange CSS classes with simple Jquery function
I like to wear $(this).toggleClass('fa-angle-double-down fa-angle-double-up'); for the purpose you want. When I click the button the down arrow gives way to the up arrow and vice versa. Example,…
-
1
votes1
answer83
viewsQ: How to update Apache2 on Dedian 9 (Stretch)?
I am using version 2.4.10 of Apache on Debian 9. However, this version of Apache, which I am using, is from Debian 8. I would like to know how to update the Apache2 to the version 2.4.25.…