More than likely the problem is that AJAX is ASYNCHRONOUS. Use the $.AJAX callback to process the data. Processing the data in code that immediately follows the $.AJAX() invocation will never work.
**--** Steve On Nov 13, 1:42 am, lam3r4370 <[email protected]> wrote: > I try to load page with jQuery code with load function ,but it doesn't > work! > I don't want to use getScript ,because it load only .js files or? -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=.
