I'm really new in Symfony and AJAX and i hope you can explain me how should I do :
I have several elements in Page A, each of them corresponding to elements in several Pages B(1,2,3).
I want to catch elements from a specific Page like B2 and to show it in Page A with the matching element in Array AJAX.
A route already exists in Routing.yml for Folder Controller:
bundle_test:
resource: "@Bundle/Controller"
type: annotation
prefix: /
I have to create specifics routes ? How should i do ? Thx.
In Page A, put this code
You can customize this code with yours. You can replace
testwith any variables from Page A. As forxxx, replace it with the variables from Pages B.