Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

99
Views
draggable and resizeable input tag

I want my input type text box re-sizeable and also make it draggable here's my code

    input = document.createElement('input');
    input.id = "dragInputelement";
    x = e.clientX;
    y = e.clientY;
    input.type = 'text';
    input.value = "This is input box";
    input.style.position = 'absolute';
    x1 = input.style.left = (x - 30) + 'px';
    y1 = input.style.top = (y - 30) + 'px';
    input.style.background = "transparent";
    input.style.color = '#EC0909';
    input.style.color = defaultcolor;
    input.style.borderWidth = '0px';
    document.body.appendChild(input);
    input.show();
    $("#dragInputelement").draggable();
    $("#dragInputelement").resizeable();
    hasInput = true;
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!