[jQuery] function to call ajax

2008-09-19 Thread wesbird
Hi, I've been work working jQuery for more than 4 month, and really love it. There are still a lot thing I need to learn, here is one: I like to create a function, Get_MyData. test_ajax() alway return "undefine". what's wrong in my code, what's the proper way to do this? Thank you very much

[jQuery] Re: thickbox bring my IE window back

2008-09-04 Thread wesbird
I found the problem, this.blur(); in tb_init once I remove it. works fine On Sep 4, 12:00 pm, wesbird <[EMAIL PROTECTED]> wrote: > Hi, >   I just found this problem, I have a asp.net application, at client > side, I use thickbox to show some picture in a modal dialog box, kind

[jQuery] thickbox bring my IE window back

2008-09-04 Thread wesbird
Hi, I just found this problem, I have a asp.net application, at client side, I use thickbox to show some picture in a modal dialog box, kind of. generally, when you click a link, my code will show a modal with pictures in it. It works fine till today, when I click the link, whole IE window go un

[jQuery] input textbox no typing but still check available

2008-07-01 Thread wesbird
Hi, I have a input type=textbox in my page, this input have limit width(80), but inside could be a long string(> 80), now I use $("#myTextBox").attr("disabled", true); to disable it so end user can not type anyting in side, which works great. but I also like have end user put cursor inside and m

[jQuery] select input in td not wokring, and disabled textbox centered

2008-06-27 Thread wesbird
Hi, I have this problem. check the code below when first checkbox unchecked will disable 2nd checkbox and textbox; when 2nd checkbox unchecked will disable textbox. now 2nd checkbox works just fine, but I have problem to make 1st one work. I use $(this).parent().nextAll().attr('dis

[jQuery] How to select all in same row but not current one

2008-06-09 Thread wesbird
Hi, I have table with checkbox in every td, if anyone checkbox checked, I should disable all other checkbox in the same row. Now how I can select all checkbox in the same row but not current one. Thank you? Is jQuery doc down today? Thanks, Wes

[jQuery] parent child select

2008-04-28 Thread wesbird
Hi, I tried to select all td in the same row from a td, so I tried, $(id).parent(" > td") it does not work. How I can do it?

[jQuery] Re: popup window like google map infowindow

2008-04-28 Thread wesbird
Thank you, I will look at it. On Apr 23, 10:53 am, Seth - TA <[EMAIL PROTECTED]> wrote: > Check this out.http://jqueryfordesigners.com/coda-popup-bubbles/ > > I haven't done it personally, but its close. Seems cool. Hope it > helps. > > Seth > > On Apr 2

[jQuery] popup window like google map infowindow

2008-04-23 Thread wesbird
Hi, I'm looking for a solution to create a popup window like google map infowindow. when I google it, all about how to create infowindow in google map which is not what I am looking for. I start use jQuery about 3 month agos, I really like it. Does anybody experise it? or what's term of it so I

[jQuery] round corner slideout

2008-04-18 Thread wesbird
Hi, I just start use jQuery for about 3 month. It really save me a lot of work. Now I have this problem, I have a div with 4 round corner. I made by picture. there are all kind elements inside, dropdown list, button, list, textarea, checkbox, ... Now we decide to change it to this, initially

[jQuery] Re: large string performance problem with html or append function

2008-04-18 Thread wesbird
I thought I have a alert in gmail so I don't have to back here to check if I have reply. obvious I'm wrong. I just found I have reply till now. Thank you, Shawn and Brian, it helps. I apologize about post a big message. I will not do this again. Wes On Mar 27, 7:10 pm, Shawn <[EMAIL PROTECTED

[jQuery] local the row and col of big table

2008-03-27 Thread wesbird
Hi, I have a big table in my page, how I can know which row/col when I click a cell? Thank you, Wes