i have a simple dojo chart that work’s well in a separate file.
now the problem,
if i import the file with $('#result').load('dojo.html'); nothing happens, the page not loads the graph. If i do a require in a php file, it works…the chart is loaded.
so, the question is: how is the reason that cause the problem when i make a import with the method load();
It is supposed to work? (draw the chart)
thanks
The Dojo script must be in the file where the load is made.