[jQuery] Re: iframe ang jQuery

2009-04-04 Thread matski
You can use AHAH instead of AJAX to load content into a div, though I'm unsure whether you can load external xhtml in... http://microformats.org/wiki/rest/ahah On Mar 30, 4:27 am, bjorsq wrote: > If you want a website loaded in a div, then that would be a little bit > difficult - I was really t

[jQuery] Re: iframe ang jQuery

2009-03-28 Thread matski
Do you need jQueryfor that? Can't you jut use the HTML tag in the frame you don't want scrollbars in? http://www.w3.org/TR/REC-html40/present/frames.html On Mar 28, 4:41 am, themba wrote: > Thank you, my problem is that a normal iframe cannot have an auto > height, I don't want any scroll bars

[jQuery] jQuery and ASAH

2009-03-28 Thread matski
Anyone had any problems pulling jQuery through ASAH? I have a lightbox plugin working on a page I am trying to embed somewhere else and all the js is stripped out...not sure how to work around it. Everything is on my server, I'm not pulling in any external HTML. Cheers!