load web page into jquery ui -


is there anyway of loading web page different domain jquery ui dialog?

only if you're using <iframe> or proxying content through own domain, otherwise you're blocked same-origin policy. example:

$('<iframe src="http://www.google.com" />').dialog(); 

Comments

Popular posts from this blog

c++ - Compiling static TagLib 1.6.3 libraries for Windows -

php - How can I merge Nodes & Webform Submissions into instances of one general Content Type in Drupal 6? -

xslt - Umbraco and EXSLT sets do not work -