this EDITABLE DIV is in my web form[ADD/EDIT] - how get POST data FROM THIS ? FORM SU |
(06-26-2018, 08:41 AM)lsepolis123 Wrote: Other way is create a hidden text field ... and put a jQuery when change div area change hidden field to be the same - in other words div editable ==hidden and submit hidden field normally as $this->input->post('user_notes_for_video') ... this can work??? also div have any max length css attr .. ? so as when filled up 1200 chars Can Not write anything in div editable??? |
Messages In This Thread |
this EDITABLE DIV is in my web form[ADD/EDIT] - how get POST data FROM THIS ? FORM SU - by lsepolis123 - 06-26-2018, 07:07 AM
RE: this EDITABLE DIV is in my web form[ADD/EDIT] - how get POST data FROM THIS ? FORM SU - by qury - 06-26-2018, 07:24 AM
RE: this EDITABLE DIV is in my web form[ADD/EDIT] - how get POST data FROM THIS ? FORM SU - by lsepolis123 - 06-26-2018, 08:41 AM
RE: this EDITABLE DIV is in my web form[ADD/EDIT] - how get POST data FROM THIS ? FORM SU - by lsepolis123 - 06-26-2018, 08:45 AM
|