Jquery Ajax related doubt in one of the component | Community
Skip to main content
New Participant
November 18, 2015
Solved

Jquery Ajax related doubt in one of the component

  • November 18, 2015
  • 1 reply
  • 540 views

https://helpx.adobe.com/experience-manager/using/displaying-experience-manager-data-chart.html

In this article, "JQuery Ajax HTTP request is used" to convert the xml data retrieved into a chart format.

1] Any particular reason this is used.

2] Any good resource to learn Jquery Ajax.

3] In case I do not want to use Jquery Ajax, is there any other way we can go about doing this.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by edubey

1] Any particular reason this is used:No particular reason, there are a lot of chart api available, pick any which suites you requirement. Its actually done with the help of http://www.flotcharts.org/ library here

2] Any good resource to learn Jquery Ajax: There are a lot of resources / books present, simple and best would be to pick any and PRACTICE / CODE

3] In case I do not want to use Jquery Ajax, is there any other way we can go about doing this: Ajax is normally used where you do not want browser to reload rather perform operation in back-end and silently get the response and updated front end, It can be done without, you can used java to do this but UI will be very bad

thanks

1 reply

edubey
edubeyAccepted solution
New Participant
November 18, 2015

1] Any particular reason this is used:No particular reason, there are a lot of chart api available, pick any which suites you requirement. Its actually done with the help of http://www.flotcharts.org/ library here

2] Any good resource to learn Jquery Ajax: There are a lot of resources / books present, simple and best would be to pick any and PRACTICE / CODE

3] In case I do not want to use Jquery Ajax, is there any other way we can go about doing this: Ajax is normally used where you do not want browser to reload rather perform operation in back-end and silently get the response and updated front end, It can be done without, you can used java to do this but UI will be very bad

thanks