Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. developpersoft

    JavaScript how to add geometry tools?

    is there any plugins that we can add to website to create geometry tools such as circle, polyline,
  2. developpersoft

    JavaScript How to understand js code for plugins?

    Hi There, I have problem to understand javascript code in plugins I don't know how this works all the elements symbolized without using document.getElementById to add an HTML Elements or change it But in plugins I only find The code Like this : var ap = Object.defineProperty; var lp =...
  3. developpersoft

    JavaScript how to get index for specific coordinate in array?

    good day please Could some to show me how to get index of the coordinate in array like this let arr = [[1, 2, 3], [4, 5, 6], [7, 8, 9]]; //I want to know the index of [7,8,9]; //I use arr.indexOf([7,8,9]) but the result was -1
  4. developpersoft

    JavaScript how to devide div element in three parts?

    Good day hope you 're well Please I need someone to create div Element in javascript and devide it in three parts like jsfiddle.net like This one Thank you
  5. developpersoft

    JavaScript How to transfer payment from website to bank account?

    Hi, I hope you're well Please I Have a Website for payment form I need the code to let user transferring payment from website to bank account . here is the code for payment form so I need someone to add javascript code for transaction. <button type="button" class="btn btn-primary launch"...
  6. developpersoft

    JavaScript link website to payment gateway

    hi guys, I want to link it to payment gateway using php But I don't know where to start could somebody to fix this.? :thinking: Thank you
Back
Top Bottom