Re: [jQuery] Sortable list - even when list is changed

2010-02-21 Thread Nathan Klatt
Hi Rafal, In what way does it not work? I transcribed your code into jsbin and it seems to be fine, though I don't have any roundbox styling being applied: http://jsbin.com/oququ3/edit Nathan

[jQuery] Sortable list - even when list is changed

2010-02-21 Thread rafald
Hello, I just started to user jquery. Its very good , though as the beginner I have some issues ;-) I have sortable llisty build like this: Item 1 . in functions.js I have this: $(function(){ $("#elements").sortable(); $("#elements").disableSelection(); }); This make the whole list perfe

[jQuery] Sortable help

2010-01-13 Thread Ryan Gartin
This is sort of in reference to this (http://groups.google.com/group/ jquery-en/browse_thread/thread/8219bd3a3f106497) post. Also to note, I am completely new to jQuery, but it's awesome!!! Ok, why does the following work in jquery 1.2.6 (UI: jquery-ui- personalized-1.6rc2.min.js) but not in 1.3.2

[jQuery] Re: jquery sortable question

2010-01-02 Thread MorningZ
jQuery core's method ".index()" would be a solution here's an example: http://jsbin.com/ozoda/edit On Jan 2, 12:17 am, "laredotorn...@zipmail.com" wrote: > Hi, > > I'm using the sortable plugin with JQuery 1.3.  After a list item has > been moved to a new place, how do you get the new list

[jQuery] jquery sortable question

2010-01-01 Thread laredotorn...@zipmail.com
Hi, I'm using the sortable plugin with JQuery 1.3. After a list item has been moved to a new place, how do you get the new list item position -- i.e. it's now the 1st, 2nd, 3rd ... item in the list as opposed to its position on the screen? Here's how I'm declaring my sortable list ...

[jQuery] Sortable Help

2009-11-10 Thread Dave Maharaj :: WidePixels.com
I am trying to send the data in a numbered array but i end up with set[]=56454&set[]=54546522 when i need set[0]=56454&set[1]=54546522 $(document).ready(function() { $("#sortable").sortable({ placeholder: 'ui-state-highlight', update: function() {$.post('/order/.php',{data: $("#s

[jQuery] Sortable: get the element that received the sortable?

2009-10-19 Thread Matt
Hi everyone, I'm implementing a drag and drop newsletter, where my users can drag content to different areas of a template. Depending on where they drop the content, I need to add different HTML attributes to some of the code (essentially need to make the images float:left if they're dropped int

[jQuery] Sortable Help

2009-10-14 Thread Dave Maharaj :: WidePixels.com
I am sorting but the data being sent is in wrong format. Response headers: data = entry[]=cf43c5caa5e&entry[]=1cb5758d6aa&entry[]=ee713a3034a&entry[]=d32cea34 83f key = entry_0[] but it should be entry[0]=cf43c5caa5e&entry[1]=1cb5758d6aa&entry[2]=ee713a3034a&entry[3]=d32c

[jQuery] Sortable inside an accordion

2009-09-15 Thread Pedro
Hi all. I'm trying to place a sortable list inside an accordion and it isn't workig. The list appears outside, below the accordion. Can anyone help me getting this working? Thanks in advance.

[jQuery] sortable bug in ie7

2009-07-24 Thread amsele
hi guys. someone have a solution to the following problem? im using the sortable ui and when i sort some divs (bug is just in ie7 or below, in ie8, ff or somewhere else it works) the dragged div disappears. seems is is a sort of render problem cause when i perform a right click (contextmenu ope

[jQuery] Sortable

2009-07-06 Thread Thales Lacerda
Hi, I'm using sortable and must get the id of the element being moved. Somebody help me? My code: $(function() { $("#sortable").sortable(); $("#sortable").disableSelection(); }); Item 1 Item 2 Item 3 Item 4 Item 5 Item 6 Item 7

[jQuery] Sortable Gallery?

2009-06-10 Thread James
Hey all, I am new to jquery. Managed so far to get a carousel up and going, some tabbed interfaces etc. Nothing spectacular. A week or so ago, I found a tutorial on how to build something like this (http://jasonsantamaria.com/portfolio/) in jquery. Basically a group of thumbnails, each given a c

[jQuery] Sortable Helper and Connected Lists

2009-06-04 Thread Scott
So I noticed a problem when using helpers and connected sortables, this exists in 1.7.1 not sure about any other version. Basically if you use a helper and drag an item to a different sortable which has a different display value set (block vs inline) the item in the new sortable goes to the displ

[jQuery] Sortable accordion-like widget

2009-05-14 Thread DanN
Got this coded, its an accordion like tool. It functions just how I need it, except id love to make it sortable. Anyone help with the code update? jQuery : $(function() { $("#accordion1").addClass("ui-accordion ui-widget ui-helper-reset") .find("h3") .addC

[jQuery] Sortable + Resizable + Ajaxify

2009-04-13 Thread robertaugustin
I'm having this issue I need to solve, using the jQuery plugin Ajaxify alongside with a couple jQuery UI Core functions. Scenario: - 4 parent ULs in a row, where child LI elements are sortables - Ajaxify plugin spawns new LI in corresponding UL by clicking a link above that UL - the LI element th

[jQuery] Re: Heeeelp! Jquery Sortable

2009-04-02 Thread Richard D. Worth
to be compatible with the last two big jQuery releases: 1.2 and 1.3. - Richard On Wed, Apr 1, 2009 at 2:09 PM, regisdiniz wrote: > > > Hi Folks, > I´ve created a jquery sortable exactly as this one: > http://interface.eyecon.ro/demos/sort.html > > But, when I drop the box

[jQuery] Heeeelp! Jquery Sortable

2009-04-02 Thread regisdiniz
Hi Folks, I´ve created a jquery sortable exactly as this one: http://interface.eyecon.ro/demos/sort.html But, when I drop the box it slides very fast to the new position (exactly as in the example above). I want the box to slide smoothly when dropped, just like happens here, at bbc site (http

[jQuery] sortable serialize doesn't work

2009-03-31 Thread shichuanr
I have a strange problem with sortable serialize Item 1 Item 2 Item 3 Item 4 Item 5 serial = $('#sortable1').sortable ("serialize"); alert(serial); To alert sortable serialize doesn't return any value? I received alert 'undefined'. What could be wrong?

[jQuery] sortable helper

2009-03-20 Thread richajax
I am using jquery sortable in the latest version (1.7.1) , and found out helper and placeholder option is not quite working as I was expecting. If I do something like below, when I move around each div's, original divs are the actually the one moving, not the clone. Any idea ? $(#col).sor

[jQuery] Sortable problems

2009-03-18 Thread err_ok
I am having some problems with the sortable plugin, most annoyingly in firefox instead of drag and drop functionality it seems to be click once then click again to drop.. but it doesn't seem to work at consistently, this problem isn't apparent in other demo's I have tried to I am assuming it is a

[jQuery] Sortable: zIndex conectWith IE7 - Sortable stays behind seond sortable li's in IE7(possibly others)

2009-02-25 Thread BigAB
Hi there. I did a search for zIndex IE7 but didn't seem to find this issue in particular. Example: http://jsbin.com/ilira When a "li" is dragged from "ul.options" to "ul.rank" the "li" goes behind the rank "li"s in IE7 (and possibly other IE's I never checked). Why? How can I fix this?

[jQuery] Sortable: change input field value on receive

2009-02-09 Thread robertaugustin
Hi, I have this: $('.sort').sortable({ receive: function(){ $(this).children().children('input.changethis').value = 'ABC'; } }); for this markup: ...and I can't get it to work. I need to change the value of the input field as soon as it is dropped in its new locatio

[jQuery] Sortable callback?

2009-02-02 Thread chriscoyier
Hello! So I have a simple sortable list with jQuery UI's .Sortable() function. I am hoping to have it fire off a function right after any of the list items are moved. From the documentation, "update" seems to be the paramater to pass it to get it to do that: $(".list").sortable({ handle

[jQuery] sortable update problem

2009-02-02 Thread Tom Shafer
I am using sortable and using the update feature to post the order $("#2").sortable({ //connectWith: ["#homePage","#acquire","#build"], items: "li", opacity: "90", revert: true, placeholder: "sortHelper",

[jQuery] jQuery sortable: How can I cancel a selection

2009-01-28 Thread Deadbug
I am using jQuery sortable to allow users to manually sort a list() of items(). If the user selects something and wants to cancel the selection before actually firing the 'change' or 'stop' handler, the native functionality of the 'esc' key does not cancel the

[jQuery] sortable portlets

2009-01-20 Thread shmuelzon
hey, i'm new to the whole jQuery scene, and i'm trying to create a small portal with frames you can rearrange (igoogle style) i've seen this demo: http://jquery-ui.googlecode.com/svn/trunk/demos/sortable/portlets.html and tweaked it a bit, but i can't figure out how (if at all possible) i can mak

[jQuery] sortable jQuery 1.3 don't work well

2009-01-14 Thread Alexsandro_xpt
Now I'm using the great 1.3 version, but some plugins don't work very well such as Sortable which no trigger update callback if the DOM position has changed and Tab UI which trigger a JS error in Firebug when try access a disabled Tab. And Now What We can do? Thz... Happy birthday jQuery!!! I w

[jQuery] Sortable...flash object losing its state when dragged. See example

2008-12-23 Thread Chris Varenhorst
See example at http://jsbin.com/areko I'm using jQuery UI's sortable functionality. Try playing the youtube video, then click on the text "DRAG" to drag the elements around the youtube video, it continues to play fine. But if you attempt to drag the video itself, it will reload the flash, causin

[jQuery] sortable issue

2008-12-05 Thread Bhavin
Hi, I am trying to find out element which are dragged & dropped on the list in following method: $("#example").sortable({ //if i move "1" at second position then here i want array of ids 2,1 sequence. ?? // I tried selector but it gives me all the elements. ie. 2,1,3. });

[jQuery] sortable not firing always in FF,IE. Safari works fine!

2008-12-05 Thread tlob
Hello on this page, when you drag around LI's http://www.vum.ch/thomas/post/11.html the update: liCounting(), function does not firing alway in FF,IE. Only in Safari or when you click the LI's. I have no clue why Any tips? Thx tom

[jQuery] Sortable / draggable problem -- items shift on drag

2008-11-26 Thread René
I've noticed that when using sortable(), when I click-and-drag an item, it shifts left and up. Not sure what is causing this. Has anyone found a way to keep draggable items from changing width and x-position when dragging? ...Rene

[jQuery] Sortable type behavior?

2008-11-12 Thread Shawn Grover
I need to allow the user to re-order a number of DIVs on the screen, each of which contains a title DIV that would be the drag handle. UI's sortables seems almost perfect, but I don't see how I can apply it to the divs in my case... Any suggestions? A sample div might look something like:

[jQuery] sortable links

2008-10-13 Thread Adam
Using the jquery UI plugin, I have setup a list of links (anchors) to be sortable, but after I sort an item, the link is executed, and I am taken to the web page for that link. Is there a way to setup the Sortable plugin to prevent this from happening?

[jQuery] Sortable treeview

2008-09-24 Thread pedramphp
Dear folks, does any one know how could we have a nested sortable treeview , as what jorn has did !! Regards Pedram

[jQuery] sortable, draggable and droppable compared with plugin tablednd

2008-09-12 Thread Mike Miller
Hi can anyone tell me if the jquery ui functions sortable, draggable and droppable can be applied to tables? Similar to what the tablednd plugin does? M

[jQuery] Sortable blocks all other events

2008-06-25 Thread e2e
Hi, I upgraded to jquery-ui 1.5 today. I use accordion style navigations and some other simple effects inside sortable boxs. But now other effects doesn't work. Even clicking a simple link returns false so links doesn't work. If I remove sortable everything works fine. Is there any known problem

[jQuery] Sortable - onUpdate

2008-06-03 Thread denise
Hi, I'm very impressed with the plugins available for jQuery, but I really need callbacks during the dragging ( the way the Scriptaculous works with its onChange method). It looks as though there used to be an onUpdate method and an onChange method, but the more frequent callback doesn't seem to

[jQuery] Sortable Checkbox

2008-06-02 Thread Kandy I
Are there any plugins like on Apple's Pro site, with the sortable checkbox? http://www.apple.com/pro/profiles/ Thanks

[jQuery] sortable: drag list items by custom handle

2008-05-08 Thread emi polak
Hi there, I am using $("#myList").sortable({}); to "sortable-ize" a ul list. All works fine, however the entire "li" element responds to dragging and I want the "li" elements to be draggable only by using a custom handle like this: some content here MY HANDLE Any ideas? Thank you! emi

[jQuery] Sortable Problem

2008-04-15 Thread Sheraz
The problem with sortable is that if i bind a list element with it, no click event fires for that element or any of its sub-elements. Given below is the source code. if i comment the sortable line the click event will work fine. Any solution for this problem champs?

[jQuery] Sortable Serialization for nested lists

2008-04-08 Thread Scott Sauyet
No response over on the UI list. Perhaps someone here knows... Hi Folks, I think there's a problem with the serialization of nested lists inside Sortables. I have an altered version of the demo here: http://scott.sauyet.com/issues/2008-04-08a/ The Serialize button logs to the console i

[jQuery] Sortable Element Position

2008-03-07 Thread applecoremilo
Hi, I'm trying to figure out how i can get the current element position of a sortable list after drag has complete. Should i be using traverse for this?? code example: the second alert gives me -1 as an index. ie: valuevaluevalue $("#foo").sortable({update:function(e)

[jQuery] Re: Interface, jQuery, Sortable

2008-02-18 Thread RepThe415
I got the same issue.. IE crashes completely when trying to open the page. Using Interface Sortables with jquery 1.2.3. Here's a code snippet. Runs fine for FF but crashes in IE 6 Golden State Warriors iPhone $('#catego

[jQuery] Sortable and Cookie/history, need some help

2008-02-13 Thread eugene33
Hello, I'm trying to make a frontpage like iGoogle, it works very nicely with sortable but I cant get to keep the changes users made. each loading the changes disapear I tried two options: * Cookie with the plugin from www.stilbuero.de/2006/09/17/cookie-plugin-for-jquery/ * Serialize which gi

[jQuery] Interface, jQuery, Sortable

2008-02-08 Thread Dough Boy
I have built a page that users can sort "blocks" into various pages, sort of like iGoogle. Everything works fine except that if a block contains javascript (i.e. widget), IE 6 & 7 crashes when trying to sort a block. Anything else in the block works fine, just javascript fails. Any thoughts?

[jQuery] Re: Jquery Sortable plugin bug when dragging Flash movie

2007-12-21 Thread somnamblst
e the AC_Runactivecontent.js workaround or the SWF would flicker during a slideUp/slideDown On Dec 21, 9:50 am, jamietssg <[EMAIL PROTECTED]> wrote: > Hello all, > > I have encountered a serious bug with the JQuery sortable plugin and > flash movies. > > To explain: > > I a

[jQuery] Jquery Sortable plugin bug when dragging Flash movie

2007-12-21 Thread jamietssg
Hello all, I have encountered a serious bug with the JQuery sortable plugin and flash movies. To explain: I am using the JQuery and the Sortable functions provided by the Interface Plugin. I have a flash movie playing in the sortable div. In IE when you drag a flash movie that is currently

[jQuery] Sortable + Draggable/Sortable

2007-12-06 Thread danielpunt
Hi all, I have two unordered lists and both its listitems are draggable and droppable on the other list. Until this point everything is working exactly as it should. But, one of the lists should be sortable, and thats where it goes wrong. The list isn't sortable and i get a lot of different erro

[jQuery] Sortable on dynamic content - how to?

2007-11-09 Thread asle
Hello, I have a list with sortable elements "" using the Interface plugins. This works fine. But when I add a new element with ".append" the new element is not draggable. I am quite new to jquery and am using Live Query on other dynamic elements. How would I write this function to make every dyna

[jQuery] Re: Jquery Sortable plugin and Flash content problem

2007-11-08 Thread jamietssg
Thanks for the feedback! I've tried using the UI sortables plugin. Unfortunately the flash file still disappears when it's dragged. Example: http://www.weeatbricks.com/test//ui.sortable.html Any ideas? Thanks for the advice! Jamie On Nov 7, 5:07 pm, "Richard D. Worth" <[EMAIL PROTECTED]> wrot

[jQuery] Re: Jquery Sortable plugin and Flash content problem

2007-11-07 Thread Richard D. Worth
Ignore my previous message. Now I see your sample page and that you are using the Interface plugin. This is no longer supported. Have you tried jQuery UI ( http://ui.jquery.com/ )? You've got a really nice test case for UI sortables. If you can't get it to work, please let us know, so we can improv

[jQuery] Re: Jquery Sortable plugin and Flash content problem

2007-11-07 Thread Richard D. Worth
Are you using the jQuery UI sortables plugin? If so, you should post to the jquery-ui list: http://groups.google.com/group/jquery-ui Also, a sample/test page would be very helpful. Thanks. - Richard On Nov 6, 2007 11:19 AM, jamietssg <[EMAIL PROTECTED]> wrote: > > Bump! > > On Nov 5, 3:51 pm,

[jQuery] Re: Jquery Sortable plugin and Flash content problem

2007-11-06 Thread jamietssg
Bump! On Nov 5, 3:51 pm, jamietssg <[EMAIL PROTECTED]> wrote: > I've uploaded an example, try drag the box containing the flash game > in IE > > http://weeatbricks.com/test/sortable_flash.html > > Thanks > > Jamie > > On Nov 5, 2:10 pm, jamietssg <[EMAIL PROTECTED]> wrote: > > > > > Hello, > > >

[jQuery] Re: Jquery Sortable plugin and Flash content problem

2007-11-05 Thread jamietssg
I've uploaded an example, try drag the box containing the flash game in IE http://weeatbricks.com/test/sortable_flash.html Thanks Jamie On Nov 5, 2:10 pm, jamietssg <[EMAIL PROTECTED]> wrote: > Hello, > > I am using the jquery and te sortable plugin. The sortable items are > dics that contain

[jQuery] Jquery Sortable plugin and Flash content problem

2007-11-05 Thread jamietssg
Hello, I am using the jquery and te sortable plugin. The sortable items are dics that contain object and embed tags to a flash file. In FF when I drag the divs around the flash movie appears smooth and as you would expect. However in IE 6 and IE7 when I drag the div around the flash movie will

[jQuery] Jquery Sortable plugin and Flash content problem

2007-11-05 Thread jamietssg
Hello, I am using the jquery and te sortable plugin. The sortable items are dics that contain object and embed tags to a flash file. In FF when I drag the divs around the flash movie appears smooth and as you would expect. However in IE 6 and IE7 when I drag the div around the flash movie will

[jQuery] Sortable List (interface plug-in) -Sort multiple identical list

2007-09-05 Thread bucky483
Hello, I was hoping someone here could help out a jQuery newbie. What I want to do is, if I have two list that are identical, when I drag and drop one of the items from one of the identical list, the changes will reflect on the other list as well. I hope that makes some sense. Below are two ide

[jQuery] Sortable List Problems (Interface plugin)

2007-08-27 Thread quayfee
Hi All, I'm trying to create asortable list of categories. The file that generates the list will be loaded into a div using $ ('#content').load('cateList.php'). The sortable works fine the first time the file is loaded, however, if I move to a different set of content in the same div (called in

[jQuery] Sortable Table Plugin Demos

2007-08-24 Thread cfdvlpr
Has anyone used this plugin to do something other than the example/ demo script that you can find in the Learning Jquery book? I want to use this plugin, but I'm having trouble getting it to work and would love to see other examples in action that might help me. One thing that I'm doing differen

[jQuery] Sortable , serialize and disable item

2007-07-30 Thread amircx
hey. i need help i got here a sortable list, and i want to make couple of things: 1. once the order is changes, serialize the new list so i can get array to work with php (ie. navigation_menu[1]=homepage&navigation_menu[2]=homepage&navigation_menu[1]=our story&navigation_menu[1]=party ... etc. )

[jQuery] Sortable lists - sort by date?

2007-07-30 Thread JB Hewitt
Hi All, I'm new to Javascript in general, however I love jQuery and have a dozen cool things I want to do with it. One thing I'd like to create is a sortable list using the interface.js that actually sorts. Imagine say three or more lists, with each item having a date. You could grab items fro

[jQuery] Sortable Lists

2007-07-12 Thread [EMAIL PROTECTED]
I am attempting to build a forms page, however using some sample code the page is draggable After using a simple jqeury statement to add to this form, nothing is draggable/sortable. However before it was. Is there another way of doing this, or am I doing something wrong. I have pasted my javascr

[jQuery] Sortable Lists

2007-07-12 Thread ocyrus
I am attempting to build a forms page, however using some sample code the page is draggable After using a simple jqeury statement to add to this form, nothing is draggable/sortable. However before it was. Is there another way of doing this, or am I doing something wrong. I have pasted my javasc

[jQuery] Re: What is the jQuery Sortable code?

2007-06-05 Thread [EMAIL PROTECTED]
Hi Dave, did you find a solution to your problem? I'm having the same problem here Matthias On 1 Mai, 23:58, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, > > I have a group of items that I makesortablewhen my document is > "ready" > > $('div.listGroup1').Sortable( >

[jQuery] Sortable Box example

2007-05-17 Thread [EMAIL PROTECTED]
Greetings, New to the group and to JQuery. I am fascinated with the sortable box demo. I am using the one with the green itemHeaders. It flickers in IE 7 when minimizing the groupItem and in Firefox, an iframe inside a groupItem does not stay within the div but spills outside. That might be a ma

[jQuery] What is the jQuery Sortable code?

2007-05-01 Thread [EMAIL PROTECTED]
Hi, I have a group of items that I make sortable when my document is "ready" $('div.listGroup1').Sortable( { accept :'sortList', helperclass : 'sortHelper',

[jQuery] Sortable reverting to original state

2007-04-21 Thread John C. Bland II
Ok...this one is dumb but it is happening and I can't see where/why. Same exact code is copied/pasted then tweaked slightly. The tweak is merely a change of which container ID to target and the css classes for respective elements (entry-block vs file-block, etc). Now...in one place the sort work