Wow -- that answer turned out to be both 100% correct and completely
off-topic for this forum! Thanks so much Dutch, I'm incredibly glad
you happened to spot this post and comment on it. I'd been barking up
the wrong tree and don't even want to think about how long it would
have taken me to track
> $.ajaxSetup({async:true});
I added that at the top of the $(document).ready(function() function,
but I'm still getting the same result.
> Btw, i work a lot with ajax and i've never had this problem.
I'm wondering if maybe I'm not describing this problem properly... I
feel like the trouble I'm
Thank you both for the help!
> Is the 30 second request a file upload?
No file uploads involved: it's just a single text input that's
submitted, but the processes on the server can take awhile.
> Be sure to set the ajax param 'async' to true.
In the ajax docs it looks like it's set to true by
roup and google for answers but
I'm having trouble finding the appropriate search terms. If anyone can
point me in the right direction I'd be incredibly grateful.
Thanks!
dann
I have a variable called html thats created on document load with
jquery and XML, I want to search that variable for a string, and
replace it with another.
ie
html = 'UPDOWNUPUPDOWNUP'
I then basically want to do:
html.find("UP").replaceWith("")
It does not need to be recursive, but can be.
Got that sorted, now for something tougher.
Say I have two seperate accordions in two areas of a page (two
seperate tabs), can I make items movable between those two accordions.
Basically each accordion draw hosts a seperate tool my coworkers and I
use daily, however every person uses a different
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
referenced code sample:
>
> http://paste.pocoo.org/show/105888/
>
> Not a plugin, but should get you started.
>
> - Richard
>
> On Sat, Apr 25, 2009 at 1:12 AM, DanN wrote:
>
> > I am new to jQuery and wrote a tool for my job that uses the accordion
> > and t
I am new to jQuery and wrote a tool for my job that uses the accordion
and tab plugins a lot.
However, I find the ability to only load one draw at a time to be
limiting.
I am looking for a plugin that functions exactly like the accordion
and processes the HTML in the exact same way, while using
9 matches
Mail list logo