WKWebView не кликабелен вне его contentInset

простой 2 строки jquery, чтобы удалить html.

 var content = "<p>checking the html source&nbsp;</p><p>&nbsp;
  </p><p>with&nbsp;</p><p>all</p><p>the html&nbsp;</p><p>content</p>";

 var text = $(content).text();//It gets you the plain text
 console.log(text);//check the data in your console

 cj("#text_area_id").val(text);//set your content to text area using text_area_id
21
задан oren 3 January 2015 в 13:14
поделиться