how to implements ajs.$.ajax in confluence 4.0 ??

liljoint April 11, 2012

I need to use ajax in confluence, but I have this wrong "Error occurred during template rendering: Encountered "{" at /decorators/main.vmd[line 368, column 12] Was expecting one of: "(" ... ... ... ... "##" ... "\\\\" ... "\\" ... ... "*#" ... "*#" ... ... ... ... ... ... ... ... ... ... "{" ... "}" ... . Contact your administrator for assistance."

the ajax code is:

fnSendDelete("TESTDATA");

function fnSendDelete(idx)

{

var postdata = {'index': idx};

AJS.$.ajax({

type: "post",

url: "http://URL",

data: postdata,

success: function() {

alert("ok");

},

error: function(response) {

alert("failed");

}

}); //ajax call

}

This code is OK, but doesn't work.

Please help. thanks

2 answers

0 votes
Nicholas Lun January 31, 2013

Bryan, did you ever solve this problem?

0 votes
JamieA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 11, 2012

Try to avoid mixing javascript in with your velocity. Can you put it in a separate file and source it in? Otherwise you might have to escape your dollars.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events