“Как справиться с белым пространством в струне с jQuery” Ответ

$ (this) .text () в jQuery return white space

var emailAdd = $.trim($(this).text());
Selfish Skunk

Как справиться с белым пространством в струне с jQuery

<!-- Button trigger modal -->
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModal">
  Launch demo modal
</button>

<!-- Modal -->
<div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
  <div class="modal-dialog">
    <div class="modal-content">
      <div class="modal-header">
        <h5 class="modal-title" id="exampleModalLabel">Modal title</h5>
        <button type="button" class="close" data-dismiss="modal" aria-label="Close">
          <span aria-hidden="true">×</span>
        </button>
      </div>
      <div class="modal-body">
        ...
      </div>
      <div class="modal-footer">
        <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
        <button type="button" class="btn btn-primary">Save changes</button>
      </div>
    </div>
  </div>
</div>
Elegant Elephant

Ответы похожие на “Как справиться с белым пространством в струне с jQuery”

Вопросы похожие на “Как справиться с белым пространством в струне с jQuery”

Больше похожих ответов на “Как справиться с белым пространством в струне с jQuery” по JavaScript

Смотреть популярные ответы по языку

Смотреть другие языки программирования