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

223
Views
Remove resizable cursor in kQuery resizable element

I have created a container which is not resizable during initialization but when I'm clicking it it's width is expanding and then it is resizable,and on clicking again it's width it again contracting and the container becomes not resizable. However the problem is I'm able to disable resizable on the container but resize cursor is still there, how can I remove it ?

I'm using this code:

// while intializing
$(".container").resizable({
    disabled:true,
    handles:"e,w"
});

//on Click event

disableSideBarResize: function() {
    $(".container").resizable().resizable("disable");
},

enableSideBarResize: function() {
    $(".container").resizable().resizable("enable");
},

But I'm not able to remove the resize cursor/icon. Can anyone please help me with this?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Syntax:

$( ".selector" ).resizable( "disable" );

CDN Link: First, add jQuery UI scripts needed for your project.

code.jquery.com/ui/1.12.1/themes/smoothness/jquery-ui.css Blockquote

code.jquery.com/jquery-1.12.4.js And code.jquery.com/ui/1.12.1/jquery-ui.js

Check the link https://www.geeksforgeeks.org/jquery-ui-resizable-disable-method/

about 4 years ago · Juan Pablo Isaza Report
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!