1
vote
3answers
58 views
Javascript Resize
Hi,
I have very little javascript knowledge, so it seems a very basic question, but could not find a way to do that.
I have a 1024*768 fixed area like this:
There will be a javascript button on …
1
vote
1answer
50 views
jQuery UI - I want to check if a resize event was triggered on a resizable div
I have two divs $('.list') and $('.content') side by side. $('.list') is resizable using jQuery UI resizable and $('.content') is bound to the alsoResize.
The problem I am having is I need to know …
1
vote
2answers
62 views
Resizable alsoresize in one direction only
I am trying to use the jQuery UI Resizable feature. I would like to
only add a south/west resize handler on one object, so it will resize
to the west and south. When it resizes, I would like to …
1
vote
3answers
1k views
Custom Resizable Handles in JQuery UI
I've been attempting to create a resizable textbox (ASP.NET multiline TextBox / HTML textarea) and use JQuery UI to make it resizable, but seem to be running into a few issues involving custom drag …
0
votes
1answer
28 views
Jquery\ASP.NET draggable and resizable list of items
Need to implement draggable and resizable list of items using Jquery or ASP.NET controls. Any code snippets or links?
0
votes
1answer
28 views
jquery resizable cursor is not stying with margin auto
I have a problem with the jquery resizable plugin. I have troubleshot the issue and have come up with this. If I create a div and make it resizable and make it also have an alsoResize it works fine …
0
votes
1answer
31 views
jquery resizable cursor help
I have setup a div that is resizable:
$("mydiv").resizable();
Now when you go to resize it to the right the cursor goes off the the actual resize part. So if the cursor hits the side of the screen …
0
votes
1answer
29 views
How do I use the resizable() function of jQuery Ui, to just resize the HEIGHT of the div ?
That's all I need folks, I have 2 divs(a,b) inside another DIV(c).
So, the C div is resizable, and when I resize it, the A and B divs are also resized by the option alsoResize. Works pretty fine, but …
0
votes
3answers
59 views
jQuery resizable(), accessing the original object
This may seem like an obvious thing, but I can't find it. When using resizable, I want to save the new width of the image, but how do I access the ID attribute of the image that I have just resized? …
0
votes
1answer
88 views
resizable jquery chrome
Hi All,
I have a problem that i want to make an element draggable and resizable both.
Even after dropping the tag it should be resizable.
Some Sample Code
function DivMouseDown(id)
{
try {
…
0
votes
0answers
171 views
jquery - Resize element ondrag when reaches container.
I have a standard div that is set to both drag & resize within it's parent. I need to be able to resize the div as it is dragged into it's parent. I only need this to happen when it's dragged …
0
votes
0answers
113 views
jquery resizable
Hi all,
The function given below is working fine but over i want to amke every elemnt that i drop a s resizable but as soon as i double click that element it's resizable property is lost.
How can i …
0
votes
2answers
67 views
Calculate dragable divs - jquery
I have two divs on the page, wich represent two columns.
Both are floating left, have 49% width and padding-right for 0.5%.
In each columns there are various divs positioned vertical down.
Now I want …
0
votes
1answer
226 views
Save div height in a cookie from jQuery resizable
Hi,
I am using jQuery resizable from interface.eyecon.ro/docs/resizable for a menu on a page that I am working on. I need to set a cookie ( plugins.jquery.com/project/Cookie ) to store the height of …
0
votes
2answers
240 views
jQuery UI resizable - direction of operation
How can I determine the direction of resize operation? I tried googling that and found a ticket on jquery ui, that said it is fixed. But there is no doc on how to use it.
