Advertisement
Guest User

Untitled

a guest
Apr 7th, 2013
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. // Entering the following in the editor
  2. "Go ahead...
  3.  
  4. Go ahead...
  5.  
  6. Go ahead..."
  7.  
  8. // Logging
  9. console.log($('#editor').cleanHtml());
  10.  
  11. // Expecting
  12. "<p>Go ahead...</p><p>Go ahead...</p><p>Go ahead...</p>"
  13.  
  14. // Got
  15. "
  16. Go ahead...<div><br></div><div>Go ahead...<br></div><div><br></div><div>Go ahead...</div>"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement