[jquery-ui] drag and drop javascript weirdness (on Firefox)

2010-01-13 Thread dreamerme
First, let me say that jQuery UI is awesome, it's made my life 1000 times easier, I am having one small issue... When putting certain javascript inside a droppable object after dragging it and dropping it it suddenly reloads in an entirely new page (on Firefox). Is there an easy way to stop this

[jquery-ui] drag and drop into a dialog

2009-12-19 Thread paravamu
Hi, I am trying hard to make this work! I have a list of images inside a div which i make draggable. I also have a dialog which is triggered (open) when dragging starts. For some reason I cannot drop inside this dialog. I can drop everywhere else on the page except inside a dialog. here is my co

[jquery-ui] Drag and drop between columns

2009-11-30 Thread Michael Price
Hi all, I'm having real trouble with this and all the examples on the web seem to be for unordered lists, or don't work. I have three columns (DIVs, with a class of "dbcolumn"), each 33% page width. Inside these are DIVs with a class of dbbox. What I'd like to do is drag and drop the dbbox

[jquery-ui] Drag-and-drop under HtmlUnit

2009-11-26 Thread Ben Butler-Cole
Hello Has anyone tried to do jQuery UI drag-and-drop running in HtmlUnit? My initial attempt didn't work so I just wanted to see what other people's experience was before spending a lot of time debugging. Thanks Ben -- You received this message because you are subscribed to the Goo

[jquery-ui] Re: jQuery UI Drag and Drop: Cloned Item Loses Functionality

2009-11-12 Thread Fontzter
The latest version of jqGrid employs jQuery UI for column reordering, that works quite nicely. You may want to look at how they are doing it. http://www.trirand.com/jqgrid/jqgrid.html Hth, Dave On Nov 12, 11:07 am, Bob Gibilaro wrote: > Hello, > > I have been working to create a jQuery scrip

[jquery-ui] jQuery UI Drag and Drop: Cloned Item Loses Functionality

2009-11-12 Thread Bob Gibilaro
Hello, I have been working to create a jQuery script that allows for drag and drop table column re-ordering. I have been successful. Basically, when I drag one column onto another it clones the dragged column and inserts it after the dropped column. However, once this happens, the cloned column l

[jquery-ui] Drag and drop in IE8 transparency all funny

2009-10-30 Thread Louis Stoltz
Hi I need help with IE8 and an app I developed Please look at: http://sampleboardonline.com/boardcreator.php Then choose categories and barstools. Now look how messed up it is. Open up firefox and it is just perfect. I have no idea what to do please help someone? Louis -- You received this mes

[jquery-ui] drag and drop on ie and 1.7.2

2009-09-23 Thread tombu
Hi, I am having a problem with drag and drop on all versions of ie. Whenever anything is dropped, ie get an error that says 'data (...).options is null or not an object'. The drop happens successfully, but there is a ghost of the item being dragged at the last position. Anybody run into anythi

[jquery-ui] Drag and drop with dynamic content

2009-09-18 Thread Jissé
I have two lists side by side and I want to drag one line from left list to right list. The content comes from a .load() call. My problem is that when I drag, the element disappears at the edge of the block, like if there was a mask around the block. I don't think it has to do with option "conta

[jquery-ui] Drag and drop a simple demo

2009-08-06 Thread Maujor
I hosted a very basic and simple demo for Drag and Drop, just for fun at: http://tinyurl.com/m76g5l --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery-ui@goo

[jquery-ui] drag and drop + 2 columns

2009-07-31 Thread Yves
Hi guys, Is there a nice sample to drag and drop items between 2 columns? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery-ui@googlegroups.com To

[jquery-ui] Drag and drop returns decimal position

2009-06-14 Thread lpe
I have a problem with the drag and drop feature. The ui.position.left is sometimes a decimal number. The value seems to be correct, except that it ends at .5 (e.g. 30.5). Especially Internet Explorer does not like pixels with decimals and it does not display the clone when dragged. This only hap

[jquery-ui] Drag and drop Issue, fit my drop!

2009-06-09 Thread Perfektus
Hallow guys.. I have recently installed Drag And Drop, and its great, but i stumbled into a problem. Okay the deal is, i got 12 drop divs, and atm 7 drag object, they are of same size. But i want the drag object to fit my drop object on drop, i have been trying everything for MANY hours, but with

[jquery-ui] drag and drop portlet system based on DotNetNuke

2009-06-06 Thread nokiko
Hi Just wanna show of our portal system based on DotNetNuke jQuery and jQueryUI We took the sortable example and modified it with up down movement animation slide into place smooth animation drag to delete and click to delete restore functionality Inspiration was the bbc.co.uk site http://ww

[jquery-ui] drag and drop clone issue in 1.7

2009-05-06 Thread hiddenpearls
i am not much experienced in UI but have worked with its few widgets . i am using drag and drop approach. i have lists of products and want to drop that products in the box. it works fine as i got the demo from http://jqueryui.com/demos/droppable/#photo-manager. The Problem is that , when i drag

[jquery-ui] Drag and drop functionality dosen't work with google ajax library files.

2009-02-22 Thread sure
Hi all, I am unable to use drag and drop functionality using google ajax jquery and jquery-ui library files. It is working fine if i use Jquery-ui files from my server. Here is my code. http://www.w3.org/1999/xhtml";> Untitled Document http://ui.jquery.com/testing/themes/base/ ui.all

[jquery-ui] drag and drop: how to restrict dropping on specific divs only

2009-02-17 Thread zweb
I have a some draggables items and some droppables divs (rectangular areas) on screens. Right now I can drag and drop draggables pretty much anywhere on screen I want user to be restricted to dropping the draggable items into only these droppables divs and nowhere else on page. If user tries to

[jquery-ui] Drag and Drop

2008-12-21 Thread DAZ
Hi, I have a drag and drop interface that allows you to drag list items from one container to the other. I'm using this code: $("li").draggable({ revert: true })}); $(".ul").droppable({ accept: ".jDraggable", hoverClass: 'jDroppable-hover', drop: function (event, ui) {$(this).prepend(ui.

[jquery-ui] Drag and Drop onto iFrame

2008-11-26 Thread geekrutherford
Is it possible to drag an element onto an iframe and drop it? Presently, it appears that the element will drag to just outside the bounds of the iframe. I've tried overlaying the iframe with a transparent div, but it does not work. This is incredibly frustrating. The drop event works, kind of,

[jquery-ui] Drag and Drop only puts image on new IE Tab

2008-11-18 Thread redbullchronic
Hello there and thanks for looking I'm trying to use the jquery UI drag and drop functionality. I've downloaded jquery 1.2.6 as well as the UI personalized bundle. When I try to drag an image into a , a new tab opens up in IE 7 instead of dropping into the 'droppable

[jquery-ui] Drag and Drop Panel example

2008-10-28 Thread Malpaso
Hi, I'm looking at developing an iGoogle type page. Just wondering if anyone knew of any examples out there that I could peruse? cheers, --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to

[jquery-ui] Drag and drop select option

2008-09-24 Thread Riaz
Hi How do I drag and drop a option from a select list? I tried to search for this problem... read few references... but did not find anything yet... can this be done using JQuery... I am trying to arrange the list items in a sequence, so I want to drag them from one list to another.. Pls let me