[jQuery] open external web page inside the tab

2009-08-28 Thread ts
I have the following code, basically i want to load first page of google into my "ajax tab 1". But i dont get what i'm expecting. Any idea? == jQuery UI Example Page

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

2009-08-28 Thread ts
d to load it in an > iframe. > > On Aug 28, 9:12 am, ts wrote: > > > > > I have the following code, basically i want to load first page of > > g

[jQuery] IE8 Dom accessibility issue

2009-05-19 Thread TS
hello, Previously in IE7, I was able to inject HTML using $('foo').innerHTML ('code here'); I inject a hidden input type, for example I could reference these in the DOM in IE7, now in IE8 the objects cannot be found. Does anyone know of a fix for this or what happened? Thanks, TS

[jQuery] jquery load and get function

2008-11-26 Thread ts
hi, i've been going through some ajax tutorial, and most of the tutorial show something like: (let just say "test.php" and "/test" both return me a string of "hello world" $(document).ready(function(){ $("#quote p".load('test.php') }; ); the load and get function is trying to get the result

[jQuery] Tooltip creation issue

2008-10-30 Thread TS
but that doesnt work right. 2. id there a way to put a timer on the tooltip to make sure they hover over the link for say 1 sec before the TT is shown? Thanks! TS

[jQuery] Re: Hiding elements that have a dynamic ID

2008-08-20 Thread Christopher TS
w(); As a result, I got the task done. I do thank those who have taken the time to read and erroneousBolock who replied too. Appreciate it lots. Hope to learn lots from all of you here. Regards, Christopher On Aug 19, 2:27 pm, Christopher TS <[EMAIL PROTECTED]> wrote: > I have to apologise

[jQuery] Re: Hiding elements that have a dynamic ID

2008-08-19 Thread Christopher TS
found in the textbox. So any ideas? Regards, Christopher On Aug 15, 10:18 pm, erroneousBolock <[EMAIL PROTECTED]> wrote: > Or you could bind a handler to the textbox (or submit), intercept > the new ID, and get thatelementdirectly by it's new ID. > > -David. >