[jQuery] Re: Call ajax on sucess response from a previous ajax

2010-01-20 Thread Bonji
mail:  mjlaw...@us.ibm.com > > 'When seen from outer space, our beautiful blue planet has no national > boundaries.' > > http://www.givesmehope.com/ > >   From:       Bonji                                 >                                      

[jQuery] Re: jQuery Corner Help

2010-01-20 Thread Bonji
Hi So you should have some thing like this for the div div content and something like this for the corner control. $(document).ready(function() { $(".rounder").corner("45px"); }); also jquery.js and jquery.corners.js in the head You shouldn't need this part .corner("roun

[jQuery] Call ajax on sucess response from a previous ajax

2010-01-20 Thread Bonji
Hi. Im not sure if this is the correct way of going about this so i thought i'd ask the experts... I have a jquery ajax script which simply returns true or false based on the response from a php script. This works just fine. However i want to know if it is possible to load a second ajax call if

[jQuery] Re: Sumbit multiple checkboxes via ajax to php script using jQuery

2010-01-04 Thread Bonji
on on the server side using PHP. This way, you can pass the array > string within a url. > Hope this helps, > Bryan Garaventa > > > > - Original Message - > From: "Bonji" > To: "jQuery (English)" > Sent: Tuesday, November 24, 2009 2:

[jQuery] Sumbit multiple checkboxes via ajax to php script using jQuery

2009-11-24 Thread Bonji
Hi, I am working on improvements for a web app. It currently submits checkboxes to a php script for processing by simply submitting the form naturally. However i require this action using a ajax post to save bandwidth etc. and im struggling to work out how to do this. Im familiar with normal ajax