[jQuery] Re: Is it possible to add jquery effect on jquery created dom??

2009-06-15 Thread John Bill
i think that very easy to use json that get message from service. 2009/6/15 polygontseng polygon.ts...@gmail.com We want to make a ajax post to remote usr on an jquery created dom(an appended input). but it's not work. Thanks.

[jQuery] Re: switching two table rows

2009-06-14 Thread John Bill
good job! 2009/6/15 Paul Witschger tigerseyet...@gmail.com Thank you, Karl!! Works excellent. Exactly what I needed! Karl Swedberg wrote: Assuming that the Move Up link is within the table row and that the link has a class of moveup, you could do something like this:

[jQuery] Re: Issue with Cycle Plugin

2009-06-14 Thread John Bill
great job! 2009/6/15 vintom v...@vintom.com I am not great with jquery (yet), but I have used a few plugins with me newest site. I am using the cycle plugin and it works great, but I am having one issue. When I load the page initially (http://vintom.com/ gfc) it stacks the images on top of

[jQuery] Re: Ajax Edit in Place

2009-06-14 Thread John Bill
I think if somebody edit one person , u can make the page can't click again ,and show a message :waiting... 2009/6/15 Jennifer Roberts jenmorrowrobe...@gmail.com Hi everyone! What I'd like to build is a page which displays a list of people. Next to each person is an edit button. Clicking

[jQuery] Re: get email and send email?

2009-06-14 Thread John Bill
make up ! 2009/6/15 inkexit createmod...@gmail.com Looking for a good tutorial on how to use jQuery to read email sent to my site's email address, and how to send email through my site's email. Basically, how to construct the server email portion of Twitter. Thanks all.

[jQuery] Re: anonymous function and code reusing

2009-06-13 Thread John Bill
it is very fun! why? 2009/6/14 MorningZ morni...@gmail.com I thought it should have worked but it doesn't You cannot pass params like that in a click event instead of $(document).ready(function(){ $(#moon).click(myFunction(param)); $(#earth).click(myFunction(param2)); function