[jQuery] image changes when mouse over a link

2009-05-06 Thread idcoder
I am looking for a effect. There are 3 images and 3 links at the bottom. when mouse over a link should change the image. I tried all the possible searches but could not get the desired tutorial. any help?? thanks..

[jQuery] Re: cycle plugin pager - get started..

2009-05-07 Thread idcoder
ok i got it working. I was wondering if it is possible to change the nav links caption, or put some other image, not the source image but image of our choicethanks On May 7, 1:46 pm, idrish laxmidhar wrote: > hi. i am interested in using the cycle plugin and i dnt know how to get > started.h

[jQuery] ajax

2009-12-17 Thread idcoder
i am trying to submit a form using jquery and ajax. The form gets submitted without going to the url through ajax and values are entered successfully in DB if all entries are correct and validated. also it does not updated the DB if any errors. here is the javascript $(document).ready(function(){

[jQuery] Re: ajax

2009-12-28 Thread idcoder
;loading")  ? > > cheers > > Michael Lawson > Development Lead, Global Solutions, ibm.com > Phone:  1-276-206-8393 > E-mail:  mjlaw...@us.ibm.com > > 'When seen from outer space, our beautiful blue planet has no national > bounda

[jQuery] ajax success event does not work

2009-12-28 Thread idcoder
Hi, Can anyone explain me what does success function arguments contain..for ajax jquery.. I read the following in the documentation success -> Function A function to be called if the request succeeds. The function gets passed two arguments: The data returned from the server, formatted according to