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

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

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