Search results for query: *

  1. L

    Resolved checked selector not wotking

    The code is working properly now. I still have no idea why it was not working before. Thank you for replying
  2. L

    Resolved checked selector not wotking

    I have been told that C# developers are usually full stack developers , and jQuery is part of it. So I thought someone might know this. And also this was posted under the design section , which I thought comes under front end , that is the reason I posted here.
  3. L

    Resolved checked selector not wotking

    Actually I am learning jQuery , so this was an example to show how the checkbox selector works to print which checkbox has been selected. It is not part of anything, just little code by itself.
  4. L

    Resolved checked selector not wotking

    this is the html <div> <input type="checkbox" name="skills" value="js" />JS <input type="checkbox" name="skills" value="jQuery" />jQuery <input type="checkbox" name="skills" value="C#" />c# <input type="checkbox" name="skills" value="VB" />VB <br /><br /> <input id="btn1"...
  5. L

    Resolved Amortization Schedule : MonthlyPrincipal not calculated correctly

    I found the mistake that I was making. The EMI should be constant throughout the loan period, but I was calculating it within the the loop, which changed it each time with the new principal.
  6. L

    Resolved Amortization Schedule : MonthlyPrincipal not calculated correctly

    Thank you for it. I have a question how can I delete my thread?
  7. L

    Resolved Amortization Schedule : MonthlyPrincipal not calculated correctly

    I am trying to calculate the Amortization Schedule. The monthly Payments are being calculated in a separate method monthlyPayments() . I compared it with a Amortization Schedule calculator online and the problem is while the principle balance(newPrincipleBalance), monthlyInterest , EMI(monthly...
Back
Top Bottom