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

2009-08-28 Thread ts
. On Aug 28, 9:12 am, ts thaisi...@gmail.com wrote: 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? === === !DOCTYPE

[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? == !DOCTYPE html html head meta

[jQuery] IE8 Dom accessibility issue

2009-05-19 Thread TS
? 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 from

[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
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 cause I sort of explained it wrongly. My

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

2008-08-19 Thread Christopher TS
is 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. Christopher TS wrote: Hi