[jQuery] $.ajax() issue

2009-08-29 Thread g...@iec
Hi all, I have an issue. I am submitting XML data using ajax call which updates data on server. It works fine in firefox but gave 404 error in IE. The ajax call which i am using is mentioned below : var url = '/' + serviceContext + '/services/content/update/' + structid;

[jQuery] AJAX issue

2009-05-09 Thread Connor
Hi, I've been experimenting with jQuery's AJAX capabilities. I was trying to create an effect that pulls data from an XML RSS feed and displays it. Long story short, I got everything to work, but I couldn't figure out how to pull data from a CDATA section like the following: item

[jQuery] ajax issue

2009-04-08 Thread Rogers
The following code works well in all cases, except when run under the UI tabs as an ajax called program. Using the (latest versions of jquery and UI) I can see by the console.log that prgm is set to the correct value, but the program is called, but when run under tabs data is always empty.

[jQuery] Ajax? issue in IE 7

2008-04-06 Thread David D
I have a login box that loads inside a container via an ajax request, using .click. Here's the code: $(document).ready(function(){ $('a.login').click(function(){ var thiscontainer = # + this.rel; $.ajax({

[jQuery] ajax issue with ie6 ie7 ?

2007-05-16 Thread Jose
Hi, I have this ajax call: $.get(/cgi/check, function(data) { $(#check).append(data); }); as part of my local home page. The first time this loads on IE6 , IE7 it prompts an Operation cancelled alert, but later viewing/launching of the home page do not cause this behavior. This works ok