.html() → .text()#36
.html() → .text()#36davidchambers wants to merge 1 commit intoNicolasCARPi:masterfrom davidchambers:master
.html() → .text()#36Conversation
…Y` from appearing in the field as `X&Y`, and to prevent input from being treated as HTML.
|
davidchambers, thank you a bunch! This solved it for me (for now). |
|
any chance for this to be merged ? |
There was a problem hiding this comment.
"self.innerHTML" should be replaced with "str" over here, as well
|
This was created two years ago and is still not merged. The repo owner should care more about string encoding. |
|
This whole thing hasnt been updated in years. Search for edit in place Jonah On Fri, Jul 26, 2013 at 4:56 PM, Lukas Attridge notifications@github.comwrote:
|
|
@tuupola: Rather than have 300 forks can we get some of these PR's merged or give some other people access to merge. This is a great project and would like to see it updated. This PR is a big fix and should have been merged. |
|
More than 1000 days have passed since I opened this pull request. I don't think it's going to be merged. :\ |
|
@davidchambers Thank you so much! 😃 |
It's quite likely that I'm using the plugin incorrectly, but I've encountered a couple of issues (two sides of the same coin, actually):
X&Ypopulates the input field withX&Y<b>Z</b>results in abtag being inserted into the DOMIs there a way to tell the plugin to pass around plaintext rather than HTML? If not, perhaps my change is useful. Whatever the solution, it should not involve presenting the user with HTML character entities. ;)