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;
alert(no
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:
I wanted to put
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.
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({
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 wor
5 matches
Mail list logo