jquery - How do you populate a DIV with URL from another domain? -
I know that it is not possible for the client to fill the DIV with content from any other domain, however, And it is dragging information into a DIV (no iframe) from other domains without supporting server-side code, so I accept it in any way. Thank you.
To fill the content with a different script, you will need to request it via Ajax Pass the right parameters with the content and your request.
with
Comments
Post a Comment