I got a problem about automatic add slashes for ajax post data After I commit my code to test server, when I login admin, then Catalog->Attributes->Manage Attribute Sets -> Select a attribute set -> change a group name -> click the "save attribute set" button -> view attribute set detail, the changes can't be saved.
I dump the data var_dump($this->getRequest()->getParam('data')); all the double quotes are converted to \".
anyone have idea about this sorry for my poor english