Posts by Deyvid Henrique Pereira • 27 points
3 posts
-
-3
votes1
answer62
viewsQ: Calculation of additional in percentage with jQuery
I am mounting an additional calculator for a product, but the additional ones are calculated in percentage. For example: If the product is R$ 50,00 and is marked the checkbox that adds 40%, should…
-
0
votes1
answer27
viewsA: Add onclick function in wp_nav_menu dynamic menu in Wordpress
You can do this with CSS (media queries). It works when you have two menus (this is very common in Wordpress), one for Desktop and one for mobile. CSS would look like this: @media screen and…
-
1
votes1
answer51
viewsQ: Sum of a specific range in a PHP array
I am studying arrays and I can’t go any further in this case. I must sum up all the values of each key, between a specific interval. Example 1: between value1 and Valor3. Expected result is: 31.5…
phpasked Deyvid Henrique Pereira 27