[jQuery] Re: calling ajax with url parameter

2007-12-05 Thread dimmex
t do you > usually put in the php file? > > Without getting into too much php. > > Something like this would work right? > > // skipping post validation code for security purposes... > $url = $_POST['a']; > echo $url; > ?> > > --- > > Chris

[jQuery] calling ajax with url parameter

2007-12-03 Thread dimmex
Hello, I'm pretty new to jQuery and want to implement some ajax. I have a html like this: click here After learning jQuery a little while, I got the way to call ajax something like this: $(document).ready(function() { $('#item1').click(function() { $('#result').load('process.php', {parameters