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

2009-11-17 Thread nowotny
look into it... -- nowotny

[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... :/

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

2009-11-16 Thread nowotny
would like it to...? I'm open to any suggestions... -- nowotny

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

2009-11-16 Thread nowotny
need to delay anything so setTimeout() is not needed here... -- nowotny

[jQuery] Re: Ajax parsererror

2009-09-18 Thread nowotny
: text/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