jquery load

jquery load

Hi,

I have a jQuery load:
("#mydiv").load('controller/method', {'value': '<?php echo $val;?>'});

I am trying to get the value in another php page using $_GET['value']
Here url is controller/method

I am not able to retrieve the value.
Could any one please correct me.

Thank you.