symfony1 - Symfony 1.4 Ajax -
i want make form on ajax in symfony framework. problem way found jquery , .load function. way how pass post values? don't want hardcode flexible, how make ajax submission form in symfony 1.4 post data? how pass input posts in load function?
thanks lot.
.load fine. can grab values of form jquery.
http://www.ryancoughlin.com/2009/05/04/how-to-use-jquery-to-serialize-ajax-forms/
the issue have bind form manually yourself(in controller). consider bigger issue :p
Comments
Post a Comment