I have a contenteditable div. I want to style with a border the paragraph inside the div which the user is currently editing.
How can I find the p inside the currently-edited div with jquery or javascript?
I have a contenteditable div. I want to style with a border the paragraph inside the div which the user is currently editing.
How can I find the p inside the currently-edited div with jquery or javascript?