Sunday 9 April 2017

On form submission, how to get value of div if its not a textarea/input with name attribute?

In my route ill have something like:var blogName = req.body.name;But how would I get a div value that is contenteditable because for some reason contenteditable doesnt work on textareas.

Submitted April 10, 2017 at 01:51AM by mineralwatersoda

No comments:

Post a Comment