I don't understand how to manipulate DOM like with JQuery in controller file:
- select the divs on criteria
- organize the selected divs
With Jquery : $('selector)
+ manipulate them
Sorry if this question is too general, I don't have an example code to show.