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
Post a Comment