[jQuery] Re: open external web page inside the tab

2009-08-28 Thread ts
nope.. nothing.. it is just empty in that tab. the reason why i'm doing this is actually when i'm doing the rails apps, i want the tab to to perform certain things by the controller. and i dont know how to load the "view" inside the tab since it only take in raw HTML. On Aug 28, 4:24 pm, Leonard

[jQuery] Re: open external web page inside the tab

2009-08-28 Thread Leonard Martin
What do you get? What were you expecting? Using $().load() to call in HTML will load only the raw HTML code so you won't get any images, or styles. If you actually want google to look and work like google then you'll probably need to load it in an iframe. On Aug 28, 9:12 am, ts wrote: > I hav