Questions tagged [jquery-resizable]

45 questions
0
votes
3 answers

Image border on the right of div to watch jquery 'selection'

I have a div that is using jquery resize. $( "#jobDisplay" ).resizable({ }) That div also has an image at the right of it for a border. The problem: The jquery resize method only allows you to resize the div on the very edge of the div, while my…
Chris6657456456
  • 157
  • 1
  • 2
  • 10
0
votes
1 answer

Element is getting ui-resizable but not ui-resizable-handle

I have a list of elements that I am trying to add jQuery UIs resizable functionality to after loading them and they are getting the class ui-resizable, but the div with the class ui-resizable-handle is not being added. First I start with (and before…
0
votes
2 answers

jQuery resizable centered div with grid producing unexpected results

I have a div that is centered on the page using css - margin: 0 auto; This is essential jQuery resizeable is connected to the div so that it can be resized horizontally. The 'grid' option for resizeable has also been added as other functions are…
BennyTicklez
  • 147
  • 1
  • 18
0
votes
2 answers

jQuery events to new created div

A visitor could drag and drop different items to multiple containers which have an individual sortable so the items in each container could be changed. At last, every container could be resized. So, this is all working well. Unfortunately a problem…
0
votes
1 answer

Jquery Resizable: Stop Resizable Event Explicitly

I want to stop a resizable event on an element explicitly, which normally ends on mouseup. How can do it? What event is called to end the resizable event and how can I call it?
0
votes
1 answer

why JQuery-ui dialog doesn't keep layout when changing dynamic content?

I'm trying to change dynamically the content of a dialog, but when I change to content, the layout is changed. Basically, I have a ... that I took from the jquery-ui demo and want to change the content of a ... using html(); here my HTML
Sebastien Dionne
  • 757
  • 2
  • 19
  • 34
0
votes
0 answers

Resizable

I have resizable div (JQuery UI Resizable) inside td cell. td has css property height=18px. But when I resizing this div, table cell also resized. So is there possibility to resize div and not affect td height? SOLVED!
kostepanych
  • 2,229
  • 9
  • 32
  • 47
0
votes
2 answers

jQuery resize only working partially

OK, first off, I am NOT really familiar with javascript, so please forgive if this seems a really dumb question... Here's my code to dynamically resize header items depending on window height (logo, title) and navigation bar depending on width of…
blu bla
  • 163
  • 1
  • 1
  • 7
0
votes
1 answer

JQuery UI Resiable by bottom-right corner

I want to resize a DIV by dragging its bottom right corner. What I want is: have access to animation, helper, axis, containment options. I saw the implementation based on JQuery draggable, but my understanding is that I'm going to lose all…
user1514042
  • 1,899
  • 7
  • 31
  • 57
0
votes
2 answers

Jquery custom resize handle is not working

I want handles on an realizable object similar to the following image. The code i tried did not work with custom handles. if i include the custom handle option the re-size do not work at all.