I use jquery to load in sub-pages via ajax. The sub-page has some dojo widgets which work ok the first time. But subsequent loads I get Error: defineAlreadyDefined and the rest of the javascripts after this point is not run which means some key jquery instructions, e.g. UI layout. Can any one help as I have searched the web for this "Error: defineAlreadyDefined" of dojo and the best I came up with was it was addressed in dojo 1.6, however I am using 1.7.2 . I hope that I am doing something stupid as it is very frustrating as you would expect that dojo.js could be loaded many times by the user performing refresh etc. I should add that I tried placing the dojo.js in the main html page but then I received problems of dijit not found when loading the sub-page.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
dojo.js defines a global variable called |
|||
|
|
I could not resolve the actual error message and I believe its cause is buried within dojo initial load on a reload. However, to resolve the realigning of ui-layout panes I included |
||||
|
|
