[jQuery] Re: Drag and Drop in Tabs

2009-08-13 Thread Applecore
The jquery.tabs.js file uses the jQuery.load function to load content from a file. The problem is that this function will remove all scripts from the file because it can't handle them. The only function that will allow this is the jQuery.ajax function you can see the part that would allow this

[jQuery] Re: Drag and Drop in Tabs

2009-08-13 Thread Klaus Hartl
On 13 Aug., 07:30, Applecore i...@applecorestudios.com wrote: The jquery.tabs.js file uses the jQuery.load function to load content from a file. The problem is that this function will remove all scripts from the file because it can't handle them. The only function that will allow this is the

[jQuery] Re: Drag and Drop in Tabs

2009-08-13 Thread lionel28
Thank you guys. Yes it works fine. The ajax that is being loaded has no head. I got it to work by loading up the javascript at the bottom of the ajax table. Works fine with Firefox, but takes a very long time to load in IE 8.0. The javascript is barely 2k lionel28 wrote: Hi, I am using

[jQuery] Re: Drag and Drop

2009-07-15 Thread Theodore Ni
I'm not completely clear with what you want. Do you mean that you don't want your images to be dragged outside of a containing div? If so, you can set containment option: http://docs.jquery.com/UI/Draggable#option-containmenthttp://docs.jquery.com/UI/Draggable#option-containment Ted On Wed, Jul

[jQuery] Re: Drag and Drop

2009-07-15 Thread Liam Potter
Documentation and Demo's, made for a reason. http://jqueryui.com/demos/draggable/#constrain-movement Sri wrote: Hi All, I am using ui.draggable.js plugin.To drag images.It is working fine but i want to restrict dragging out of div.How can i do this?Any Suggestions?

[jQuery] Re: drag and drop portlet system based on DotNetNuke

2009-06-06 Thread Rick Faircloth
Look good, Armand...however I couldn't get the editing feature to work. Rick On Sat, Jun 6, 2009 at 4:18 AM, Armand Datema nok...@gmail.com wrote: 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

[jQuery] Re: drag and drop portlet system based on DotNetNuke

2009-06-05 Thread Richard D. Worth
This is great. Would you mind posting here as well? http://groups.google.com/group/jquery-ui Thanks. - Richard On Fri, Jun 5, 2009 at 1:23 PM, Armand Datema nok...@gmail.com wrote: Hi Just wanna show of our portal system based on DotNetNuke jQuery and jQueryUI We took the sortable

[jQuery] Re: drag and drop portlet system based on DotNetNuke

2009-06-05 Thread Armand Datema
ok just joined and posted there Armand On Fri, Jun 5, 2009 at 7:48 PM, Richard D. Worth rdwo...@gmail.com wrote: This is great. Would you mind posting here as well? http://groups.google.com/group/jquery-ui Thanks. - Richard On Fri, Jun 5, 2009 at 1:23 PM, Armand Datema

[jQuery] Re: Drag and Drop between Multiple Lists and Sortable

2009-05-27 Thread Richard D. Worth
See jQuery UI Sortable: http://jqueryui.com/demos/sortable/#connect-lists - Richard On Wed, May 27, 2009 at 10:02 PM, tfat tony.fatou...@gmail.com wrote: 0 vote down star Hi, Wondering if people could please point me to a plugin/website that is jQuery, which will do what this Dojo

[jQuery] Re: drag and drop doesn'n work well

2009-01-17 Thread Richard D. Worth
Are you using jQuery UI drag and drop or easydrag? Seems you have both included. - Richard On Sat, Jan 17, 2009 at 4:36 PM, even971 even97...@gmail.com wrote: I would like to show with the alertbox Droped! when I dropping .player in .fishing. However that doesn't work except .droppable-

[jQuery] Re: drag and drop fileupload with jquery

2009-01-04 Thread Richard D. Worth
Do you mean drag a file from an OS desktop onto a browser window, to initiate an upload? If so and if you're hoping to do this on multiple platforms (OSes) and/or multiple browsers (IE, FF, Safari, Opera), you're going to have to look further than JavaScript. - Richard On Sun, Jan 4, 2009 at

[jQuery] Re: Drag and Drop Sortable List and ASP.Net

2008-12-30 Thread MorningZ
Viewstate is the probable enemy in your case as that remembers the current state of the form and is does not reflect changes on the client side Time to ditch the postback model and use AJAX calls to handlers (ashx) and such On Dec 30, 6:50 pm, cantelopehead kurtstric...@yahoo.com wrote:

[jQuery] Re: Drag and Drop Question

2008-10-28 Thread JCQ
to me, it looks like the z-index calculation is only happening when the board is set up. What if you put that zmax calculation into its own method, say, calculateZmax(), and then from *both* the ('.dragImage').click() function as well as the drop: function you called calculateZmax() ? Either

[jQuery] Re: Drag and Drop Question

2008-10-28 Thread Richard D. Worth
Please ask on the jQuery UI list: http://groups.google.com/group/jquery-ui/ - Richard On Tue, Oct 28, 2008 at 11:28 AM, Mazureth [EMAIL PROTECTED] wrote: im trying to write a cork board type app for a site and im having a little trouble with the drag and drop. basically there are 2 divs

[jQuery] Re: Drag and Drop for Shopping cart

2008-08-20 Thread pedramphp
Dear folk, Is any Draggable plugin avalable which is not related to The UI I need minified Draggable ... thanks Regards On Aug 7, 11:25 am, [EMAIL PROTECTED] wrote: Dear sir, Could You recommand another linkhttp://dmxzone.com/showDetail.asp?TypeId=28NewsId=14612 for the use of the Credit

[jQuery] Re: Drag and Drop of Gadgets

2008-06-05 Thread Arun Kumar
Already asked... But got no useful response. On Jun 4, 6:42 am, Richard D. Worth [EMAIL PROTECTED] wrote: Please ask on the jQuery UI list: http://groups.google.com/group/jquery-ui - Richard On Tue, Jun 3, 2008 at 3:54 AM, Arun Kumar [EMAIL PROTECTED] wrote: Can I use sortables

[jQuery] Re: Drag and Drop of Gadgets

2008-06-03 Thread Richard D. Worth
Please ask on the jQuery UI list: http://groups.google.com/group/jquery-ui - Richard On Tue, Jun 3, 2008 at 3:54 AM, Arun Kumar [EMAIL PROTECTED] wrote: Can I use sortables for div's that contains iFrames (Shindig gadgets)? that doesn't need refresh of iFrame? Inside that iFrame, I have

[jQuery] Re: Drag and Drop question

2008-04-09 Thread vneal
- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of vneal Sent: Tuesday, April 08, 2008 3:15 PM To: jQuery (English) Subject: [jQuery] Re: Drag and Drop question Hi, that demo is pretty much the same as i've used - but thanks for letting me know re the updated version

[jQuery] Re: Drag and Drop question

2008-04-09 Thread Richard D. Worth
: Tuesday, April 08, 2008 3:15 PM To: jQuery (English) Subject: [jQuery] Re: Drag and Drop question Hi, that demo is pretty much the same as i've used - but thanks for letting me know re the updated version, i shall look there in future. As i've said before, i'm relatively new at this so

[jQuery] Re: Drag and Drop question

2008-04-09 Thread vneal
: [jQuery] Re: Drag and Drop question Hi, that demo is pretty much the same as i've used - but thanks for letting me know re the updated version, i shall look there in future. As i've said before, i'm relatively new at this so really have no idea on how i would add the 'border effect

[jQuery] Re: Drag and Drop question

2008-04-08 Thread Andy Matthews
There's a much newer version of the drag and drop found in the jQuery UI. I don't believe that the Interface plugins are being supported any more: http://ui.jquery.com and http://dev.jquery.com/view/trunk/ui/demos/ui.draggable.html -Original Message- From: jquery-en@googlegroups.com

[jQuery] Re: Drag and Drop question

2008-04-08 Thread vneal
Hi, that demo is pretty much the same as i've used - but thanks for letting me know re the updated version, i shall look there in future. As i've said before, i'm relatively new at this so really have no idea on how i would add the 'border effect' on the drag state. I'm thinking i might need to

[jQuery] Re: Drag and Drop question

2008-04-08 Thread Andy Matthews
(English) Subject: [jQuery] Re: Drag and Drop question Hi, that demo is pretty much the same as i've used - but thanks for letting me know re the updated version, i shall look there in future. As i've said before, i'm relatively new at this so really have no idea on how i would add the 'border

[jQuery] Re: Drag and Drop question

2008-04-08 Thread ripple
a class to the object during the drag process. If there's an onStart method, that would probably be your best bet. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of vneal Sent: Tuesday, April 08, 2008 3:15 PM To: jQuery (English) Subject: [jQuery] Re

[jQuery] Re: Drag and Drop question

2008-04-06 Thread the_woodsman
Do you have firefox and firebug? Just run console.log(ui) to dump all the fields and methods of the object to the firebug console... should be a useful place to start! On Apr 5, 8:08 pm, chris [EMAIL PROTECTED] wrote: I am still having problems with this. I can't find anything on the web

[jQuery] Re: Drag and Drop question

2008-04-06 Thread chris
That will do it. Thanks for the tip :) On Apr 6, 6:33 am, the_woodsman [EMAIL PROTECTED] wrote: Do you have firefox and firebug? Just run console.log(ui)  to dump all the fields and methods of the object to the firebug console... should be a useful place to start! On Apr 5, 8:08 pm, chris

[jQuery] Re: Drag and Drop question

2008-04-05 Thread chris
I am still having problems with this. I can't find anything on the web about inspecting the arguments. Help :) On Apr 4, 1:45 pm, chris [EMAIL PROTECTED] wrote: I am trying to allow a person to sort a list of items by dragging and dropping them.  I need to know the new index to where the item

[jQuery] Re: Drag n Drop

2008-02-04 Thread Richard D. Worth
Are you using Interface or jQuery UI? If Interface, it's no longer supported (could explain your question going unanswered). If jQuery UI, you'll want to ask on the jQuery UI mailing list: http://groups.google.com/group/jquery-ui/ - Richard On Feb 2, 2008 3:58 PM, [EMAIL PROTECTED] [EMAIL

[jQuery] Re: Drag n Drop

2008-02-03 Thread [EMAIL PROTECTED]
Anybody know ? On Feb 2, 10:58 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I have a draggable div, and a droppable div. How can i make something like this If drop outside droppable revert to initial position else update ?

[jQuery] Re: Drag and drop problem.

2008-01-31 Thread [EMAIL PROTECTED]
On Jan 29, 8:52 am, Arun Kumar [EMAIL PROTECTED] wrote: I got this problem in IE 7 but it is working well in FireFox. On Jan 28, 4:26 pm, Arun Kumar [EMAIL PROTECTED] wrote: I'm using interface plugin's Sortable feature. I'm able to drag the draggable divs and there is no problem with

[jQuery] Re: Drag and drop problem.

2008-01-31 Thread Arun Kumar
I think, jQuery doesn't provide the facility of handle element. So it is the problem. If you provide online link, it will be better.

[jQuery] Re: Drag and drop problem.

2008-01-29 Thread Arun Kumar
I got this problem in IE 7 but it is working well in FireFox. On Jan 28, 4:26 pm, Arun Kumar [EMAIL PROTECTED] wrote: I'm using interface plugin's Sortable feature. I'm able to drag the draggable divs and there is no problem with sortable also. But when I drag any draggable div for the first

[jQuery] Re: Drag and Drop

2007-06-07 Thread Richard D. Worth
On 6/6/07, Gordon [EMAIL PROTECTED] wrote: I am writing some code using jQuery and the Interface plugin to allow sorting of a list by drag and drop. ... The result is the dragged element is always moved to before the element it is dropped on. What I need is for the element to appear either

[jQuery] Re: Drag and Drop

2007-06-06 Thread Gordon
I am trying with the Selectables feature of Interface, but this seems to have some problems when you drag an elemenet that has already been dragged once for a second time. It still has position data from the previous move that causes bad things to happen. Also, it seems to be a little bit