Posts by Mauricio Boaventura • 47 points
2 posts
-
-1
votes1
answer17
viewsA: Load html only 1 time after 3° paragraph of jquery text?
Change: if (pos % 3 == 0) for if (pos == 0) Would solve your problem
-
1
votes1
answer106
viewsA: Error while trying to add everything together through a Java class
You spoke: "...Expense manager with a method that will pass the Expense class by parameter and take the value total of all other classes,and sum the total value within a variable called total…