[jQuery] Re: Jquery .load() can't load style and js in html file on Safari and Chrome??

2008-09-09 Thread Jove
any idea?

[jQuery] Re: Jquery .load() can't load style and js in html file on Safari and Chrome??

2008-09-09 Thread Jove
This is a solution about style, but how about js in loaded page?

[jQuery] Jquery .load() can't load style and js in html file on Safari and Chrome??

2008-09-08 Thread Jove
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

[jQuery] Re: $("xx").load can't load css and js in html file on Chrome??

2008-09-08 Thread Jove
I' sorry, "xx" just a example, in actually I'm using $ ("#content").load(), but the point of this topic is about .load() on Chrome.

[jQuery] $("xx").load can't load css and js in html file on Chrome??

2008-09-08 Thread JOVE
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( $("

[jQuery] $("xx").load can't load css and js in html file on Chrome??

2008-09-08 Thread JOVE
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"