[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 w

[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: &g

[jQuery] Sortables Organize

2008-07-16 Thread armsteadj1
If i have 3 columns that hold 3 divs () 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 one column has 4 divs

[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 lo

[jQuery] Re: .submit with ajax inside

2008-07-01 Thread armsteadj1
i just set async to false and that fixed the problem.. i also fixed a couple other bugs that i noticed in my code along the way.. so if there is a better way than async:false let me know thanks! On Jul 1, 10:22 am, DXCJames <[EMAIL PROTECTED]> wrote: > In the code below It seems that if i uncommen

[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 h

[jQuery] binding submit with ajax() inside

2008-07-01 Thread armsteadj1
In the code below if i uncomment the return true; it will automatically submit the data instead of running the ajax.. is there anyway to get the $.ajax function to return the true or false value for the submit function? or have that if statement at the bottom wait for the $ajax to be done?

[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