I would also suggest to use $load() function in this case. Since it
would make your code much readable.

$('aa.php #a', {a:123}, function(res){
  // res is a responce content
});

Read jQuery HowTo Resource  -  http://jquery-howto.blogspot.com



On Fri, Jan 9, 2009 at 11:11 PM, dropcube <ronnyh...@gmail.com> wrote:
>
> You can also try with $.load that allows you to specify a jQuery
> selector in the URL.

Reply via email to