[jQuery] traditional query string format vs mcv format

[jQuery] traditional query string format vs mcv format


hi guys,
I'm using php mcv framework incorporate with jquery.
Is there any plug-ins or a way to make jquery understand natively mcv
format in ajax's url ?
what i mean is, if i have kind of like this script:
$.ajax({
url:someurl.php,
type:'GET',
data: {c: 'controller', m:'methods', p1:'param1', p2:'param2'}
...
})
jquery will interprete this to:
someurl.php/controller/method/param1/param2
instead of:
someurl.php?c=controller&m=methods&p1=param1&p2=param2
so my php script will understand it.
I hope this feature will be supported in the next 1.2.2 version or
it's already been there and i just missed it ?
any enlightenment will be helpful
tia,
dian yudha negara