Hi,
Technically what you are trying to do may be achievable, but I have a
suggestion for achieving the same feature in a slightly different manner:
1. Instead of redirecting your visitor to a different page altogether and
then try to recreate the same state, just use one of jQuery's ajax calls
in
I'm not sure I see a clean way draggable could get involved here, as the
delay and distance options keep draggable from kicking in on a click to
prevent unintended dragging. Hmm, speaking of, what if you set distance to
0, as the default is 1?
http://jqueryui.com/docs/draggable/#option-distance
-
Nevermind... I used .get(0) instead of .html() to retrieve the div
itself.
On Aug 1, 10:23 am, Miket3 wrote:
> Sorry for the noob question... But in my 1st attempt to drag and
> drop, I am trying to bring ANY draggable div along for the ride. and
> have it be dropped into ANY droppable div. And
This works fine for the drag event, but not for the *click* event as
mentioned in the question.
On Jul 29, 3:53 pm, "Mauricio \(Maujor\) Samy Silva"
wrote:
> Use the stack and zIndex draggable options in order to bring always in front
> the object being draggable.
> $(document).ready(function()
Sorry for the noob question... But in my 1st attempt to drag and
drop, I am trying to bring ANY draggable div along for the ride. and
have it be dropped into ANY droppable div. And I want to be able to
drag and drop it multiple times. I also have a problem with the helper
set to 'original', it ac
Use the handles option:
http://jqueryui.com/docs/resizable/#option-handles
Example:
http://jsbin.com/udomi
- Richard
On Wed, Jul 29, 2009 at 12:21 PM, Somu wrote:
>
> I Somu currently working at Verizon, Irving, Texas and we are using
> JQuery component for our development.
>
> We are using
The original element should change height with the generated wrapper
automatically. Which version of jQuery UI are you using, which
browser, and what doctype? Also, you can set the height to 'auto' to
have it adjust as content changes.
On Jul 31, 4:43 am, Daniel wrote:
> Hi, I have an instanc
On Fri, Jul 31, 2009 at 8:25 PM, David P wrote:
>
> here's something I discovered..
> if I use the dialog and set model:true but do not use any css styles,
> jquery ui will create an overlay div with the proper width/height and
> z-index..but won't position it absolutely or relatively.
> since z-