Posts by Pablo Costa • 57 points
3 posts
-
0
votes1
answer2089
viewsQ: Change class according to condition
I’d like to do two things: One that the label id cnt, when pressed the button more, add 1 more and when pressed the button less, subtract 1 less. Other than that, when the label cnt equals zero,…
jqueryasked Pablo Costa 57 -
-1
votes1
answer36
viewsQ: Help me with the jQuery
PHP code with HTML: <h2 ><?php the_title() ; ?></h2> <ul class="galeria" > <?php the_title() ?> <li class="pizzadisponivel"><label value="29,99"><?php…
-
4
votes3
answers686
viewsQ: How to change a text variable to number value?
I have this segment of code, I’d like someone to help me turn the variable P (in which you take the attribute 'value' ) and turn it into number value for the sum. $(document).ready(function(e) {…