cakephp javascript form
Posted
by udhaya
on Stack Overflow
See other posts from Stack Overflow
or by udhaya
Published on 2010-03-18T16:04:14Z
Indexed on
2010/03/18
16:41 UTC
Read the original article
Hit count: 270
i want to submit a form via ajax javascript to cakephp function.
cakephp function accepts $this->data, so i want to convert html form datas to cakephp function acceptable format i.e $this->data(array)...
how to do this in javascript(jquery)
© Stack Overflow or respective owner