[jQuery] Re: DOM changes takes effects only after function is done processing

2009-11-17 Thread nowotny
You'll have to glue the URLs together... Apparently I'm not allowed to post links... :/

Re: [jQuery] Re: DOM changes takes effects only after function is done processing

2009-11-17 Thread nowotny
ore you lock up the browser > by issuing the Ajax call. > > But what would be the point? By using setTimeout() you've made the code > asynchronous anyway. So you could just use asynchronous Ajax in the first > place, with BlockUI to give the blocking effect you want in the UI. Ok, thanks... I'll look into it... -- nowotny

[jQuery] Re: DOM changes takes effects only after function is done processing

2009-11-16 Thread nowotny
gain, I said I want to do a synchronous ajax call... and I don't need to delay anything so setTimeout() is not needed here... -- nowotny

[jQuery] DOM changes takes effects only after function is done processing

2009-11-16 Thread nowotny
is finished and then I don't need it any more... So is there any way to make it work like I would like it to...? I'm open to any suggestions... -- nowotny

[jQuery] Re: Ajax parsererror

2009-09-18 Thread nowotny
/xml header otherwise it'll throw an error... -- nowotny

[jQuery] serializeArray() only for enabled form elements

2009-09-16 Thread nowotny
Hello. I noticed that serializeArray() method does only include those elements that does not have the 'disabled' attribute... I wonder if it's intentional or am I doing something wrong...? -- nowotny