I'll try to expose my problem as best I can.
I have a page made in HTML and I have a service done in Java that returns me an html.
In my html page I use an ajax function to load data from this service until it works fine, however I have some effects that when the user clicks open a div using JQuery does not work.
Is it because I'm bringing the html from somewhere else, is not it loading anything?
Here is the page with the service running: LINK
Here is the static page without the LINK 2
Click the + to do the tests.