[jQuery] Easing seems not work in 1.3.2 animate

2009-05-21 Thread goodwill
I try to integrate easing with 1.3.2 animate but seems its just not working. Which version of the easing plugin I should use?

[jQuery] jQuery live to have the original livequery plugin function: on element add binding?

2009-04-01 Thread goodwill
I wonder if jQuery core live function could have such functionality? Now I am mixing both together, but there are some weird issues could occur- like if I am trying to encapsulate a livequery to trigger when a new div is added and setup live hook within, multiple hooks might occur (i.e. the event

[jQuery] Form Plugin: how to retrieve the ajax form instance in success callback?

2009-04-01 Thread goodwill
As title, I have a setup of forms binded to ajaxForm using livequery, so I need to determine which form is submitting data to update the corresponding element, any suggestion?

[jQuery] jQuery AjaxForm: Auto setXmlHttpHeader with accepted format as json if dataType is json

2009-01-20 Thread goodwill
As title, any chance somebody can show how to do such hack?