Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Jquery Ajax related doubt in one of the component

Avatar

Level 9

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.

1 Accepted Solution

Avatar

Correct answer by
Level 10

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

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

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