Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

225
Vistas
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 Respuestas
Responde la pregunta

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 Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda