[jQuery] Using a load function with a post

2009-07-24 Thread Anthony Smith
I am unsure as to how to make this work. var params = $('form#createAdjForm').serialize(); var url = "url(array('controller'=>'create-adjustment', 'action'=>'index'))?>"; $('#form').load(url,params); I want my data POSTed but it is still sent as a get. What am I doing wr

[jQuery] Zend Framework and chained dropdowns

2009-07-22 Thread Anthony Smith
I almost have this I am just stuck. I have two dropdowns. The first one determines what goes in the second on.e When I select the first one, it has an onChange event and it calls an action which returns my data. I have no idea on how to make this data update my second dropdown box. Should the dat