Хотите, чтобы вывод абзаца был разделен абзацем мудро?
я использую jquery с html-страницей и размещаю абзац в rich textbox. я превращаюсь в удаленное
метка. мой пример вывода приведен ниже
выход есть:
A2Z Infra Engineering has secured the contract vide the letter of award from for the construction of the sub-station on turnkey basis (Survey, design, civil work, installation, testing & commissioning).A2Z Infra Engineering has secured the contract vide the letter of award from for the construction of the sub-station on turnkey basis (Survey, design, civil work, installation, testing & commissioning).
я хочу, чтобы выход был:
A2Z Infra Engineering has secured the contract vide the letter of award from for the construction of the sub-station on turnkey basis (Survey, design, civil work, installation, testing & commissioning).
A2Z Infra Engineering has secured the contract vide the letter of award from for the construction of the sub-station on turnkey basis (Survey, design, civil work, installation, testing & commissioning).
я даю запись также пространство под абзацем, но вывод полностью объединяется. пожалуйста помочь
Что я уже пробовал:
< script type= "text/javascript">
$(документ).готово(функция () {
отладчик
var newsid = GetParameterValues ('newsid');
var newsid = getCookie();
//deleteAllCookies();
ВАР URL-адрес = "http://localhost:24844/NewsRestService.svc/NewsById/" + программа;
var out = "";
$. getJSON (url, функция (данные) {
если (данные.NewsByIdResult.длина > 0) {
из += '
+ '
' + данные.NewsByIdResult[0]. DomexVersion + '
}
document.getElementById ("newsget"). innerHTML = out;
});
});
< / script>
F-ES Sitecore
В переменной" out "замените". " на ". </br>< / br>". Google "javascript string replace" для примеров.
Thiyagu Arockiasamy
Дорогой сэр, он не работает на меня, сэр . пожалуйста помочь
Thiyagu Arockiasamy
это работает только для первого абзаца, сэр . разделено на множество абзацев, сэр. помогите мне сэр
F-ES Sitecore
javascript replace работает только для первого экземпляра, не всем нравится .чистая замена. Идея разделения и объединения в решении 1, вероятно,является лучшим способом.
Thiyagu Arockiasamy
уважаемый сэр, я изменил свой метод вставки, его работа прекрасна, сэр. Большое спасибо