any idea?
This is a solution about style, but how about js in loaded page?
Hello all,
I use $("#mydiv").load() to load a html file that has its own style
and js, on IE and Firefox, it work good, but on Safari and Google
Chrome, it can't load style and js in the html file, how can I fix
it?
example:
MainPage.htm
http://www.w3.org/1999/xhtml";>
Main Page
$(document
I' sorry, "xx" just a example, in actually I'm using $
("#content").load(), but the point of this topic is about .load() on
Chrome.
Hello all,
I use $("xx").load to load a html file that has its own css and js, on
IE and Firefox, it works fine, but on Google's Chrome, I found that it
can't load css and js in the html file. how can I fix it ?
subpage.htm:
.
in IE and Firefox:
$("xx").load(subpage.htm);
alert( $("
Hi all,
I use $("xx").load to load a html file that has its own css and js, on
IE and Firefox, it work good, but on Google Chrome, it can't load css
and js in the html file, how can I fix it?
example:
subpage.htm:
alert( "Hello World" );
.
.
I use:
$("xx"
6 matches
Mail list logo