I was able to display a dialog when clicking on a link. How do I the pull another page's contents while in the dialog?
|
|
I've done this in the past by loading the 'other content' into a div and then displaying that div as a dialog.
jQuery Docs for Ajax/load |
||
|
|
|
When you call a file via jquery's i.e. load-method, then it it is possible to load further content from the loaded file when it is dropped into the window dialog:
This code has to be returned from the loaded html content. BTM, you can load content in different ways, but be aware of what you are doing. Do not load files recursively. Would be the same as a loop. Hope this helps |
||||
|
|
|
Is the jQuery load() method what you are looking for? |
||||||
|
