[jQuery] Re: $.load(url) and IE fails to find CSS/JS

2007-08-30 Thread John Napiorkowski
--- Shelane <[EMAIL PROTECTED]> wrote: > > Actually, this has been discussed quite a bit. > > http://groups.google.com/group/jquery-en/browse_thread/thread/6722e380538892b9/ > > I did manage to get scripts working properly in IE, > with some trick > that John Resig told me to try. Look at th

[jQuery] Re: $.load(url) and IE fails to find CSS/JS

2007-08-29 Thread Shelane
Actually, this has been discussed quite a bit. http://groups.google.com/group/jquery-en/browse_thread/thread/6722e380538892b9/ I did manage to get scripts working properly in IE, with some trick that John Resig told me to try. Look at the code I have in my examples pack: http://education.llnl.g

[jQuery] Re: $.load(url) and IE fails to find CSS/JS

2007-08-29 Thread John Napiorkowski
--- Michael Lo <[EMAIL PROTECTED]> wrote: > Try this > > $.get('page.html',function(data){ > ($('#target').html(data); > }); > > Michael The problem seems to be that IE strips script and style tags on incoming with the xmlrequestobject and firefox doesn't... I'm shocked that this issue isn't

[jQuery] Re: $.load(url) and IE fails to find CSS/JS

2007-08-24 Thread Michael Lo
Try this $.get('page.html',function(data){ ($('#target').html(data); }); Michael On 8/24/07, John Napiorkowski <[EMAIL PROTECTED]> wrote: > > > > --- polyrhythmic <[EMAIL PROTECTED]> wrote: > > > > > John, > > What version of jQuery are you running? And what > > are your browser > > versions?

[jQuery] Re: $.load(url) and IE fails to find CSS/JS

2007-08-23 Thread John Napiorkowski
--- polyrhythmic <[EMAIL PROTECTED]> wrote: > > John, > What version of jQuery are you running? And what > are your browser > versions? Also, tags must be placed inside > the tags. > jQuery makes it easy to manipulate DOM styles from > AJAX data, but if > you would like to import styl

[jQuery] Re: $.load(url) and IE fails to find CSS/JS

2007-08-23 Thread polyrhythmic
John, What version of jQuery are you running? And what are your browser versions? Also, tags must be placed inside the tags. jQuery makes it easy to manipulate DOM styles from AJAX data, but if you would like to import styles as inline HTML you must style each invidual element using its