[jQuery] Sortables Organize

2008-07-16 Thread armsteadj1
If i have 3 columns that hold 3 divs (div class=feed/div) each and i make those columns sortable by: $('.column').sortable(); Now if someone moved one of the divs to another column, then that column would recieve 4 divs.. is there anyway to make it so the sortables would be evened out? so if

[jQuery] Re: Sortables Organize

2008-07-16 Thread armsteadj1
Alright, I fixed that problem by taking out the columns and just changin some css.. now i just need to figure out how to make it so the large gaps don't get created when a div is bigger or smaller than the normal size.. On Jul 16, 2:32 pm, armsteadj1 [EMAIL PROTECTED] wrote: If i have 3 columns

[jQuery] UI Sortable

2008-07-16 Thread armsteadj1
I am having a little trouble with the update callback when i drag an item from one Sortable to another.. the update function gets called twice.. is there anyway around this or am i going to need to think of a way around the 2nd call? The calls are going to be sending a json array to the backend

[jQuery] Re: Fadein with ajax load()

2008-07-02 Thread armsteadj1
try: $('#id-of-my-div').load('somescript.php?name='+escape($(this).val()), {}).fadeIn(slow); On Jul 2, 9:35 am, Pickledegg [EMAIL PROTECTED] wrote: Thanks Equand, unfortunately my fadeIn doesn't seem to have any effect. Hmm, maybe its because the contents of the div has already been loaded

[jQuery] Re: getJSON callback bug

2008-07-01 Thread armsteadj1
It's the format of your json.js http://www.codejames.com/temp/test.html On Jul 1, 1:31 pm, Robert O'Rourke [EMAIL PROTECTED] wrote: Hi all, I think there may be a bug with the getJSON callback function. Seehttp://www.sanchothefat.com/dev/jquery/json/ An alert should show and the body

[jQuery] Re: X_REQUESTED_WITH ie6

2008-07-01 Thread armsteadj1
hey ken, I tracked it down.. its because of getJSON using the cached version.. that is what was wrong with mine.. it works fine if you use $.ajax and with json as the return type and cache to false.. =D On Jun 28, 1:10 pm, Ken Gregg [EMAIL PROTECTED] wrote: This may not be an IE6 problem. I