Dynamic inserted data and js files
Hi guys.
I noticed a strange behavor. My page is loading js file with functions that are going to be used later, but that's not the problem.
The problem begins after a user opens a DialogBox , it seems that the dialog window can't finde functions from loaded js file.
It seems that jQuery doesn't have any power over dynamic loaded content?
Do i have to import the same js file to the content od opened DialogBox?