Re: [jQuery] Where to place my code on AJAX calls

2009-11-23 Thread Michel Belleville
Welcome to the unobtrusive philosophy : http://simonwillison.net/static/2008/xtech/ This is somewhat big to take in one big gulp but I promise you will greatly benefit from reading this right now before you try to use jQuery and AJAX in a messier way and find it hard and not rewarding. Kind regar

[jQuery] Where to place my code on AJAX calls

2009-11-23 Thread Rockinelle
I am jumping into ajax with Jquery and I have what I think is an easy question. I have successfully used jquery load to bring an external php doc into my page. That page has a form on it where I want to use jquery to reload that external page to reload with ajax when the form is submitted. What I n