Jump to content

web-developer

Neophyte
  • Posts

    1
  • Joined

  • Last visited

Information

  • Sex
    не скажу

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

web-developer's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. Нужно, чтобы при нажатии сочетания клавиш, выделенный HTML-код, написанный в одну строку, по шаблону преобразовывался в несколько строк в зависимости от глубины вложенности тегов. Например: До <ul> <li><label for=""></label><input type="text"></li> <li><label for=""></label><input type="text"></li> <li><label for=""></label><input type="text"></li> </ul> После <ul> <li> <label for=""></label> <input type="text"> </li> <li> <label for=""></label> <input type="text"> </li> <li> <label for=""></label> <input type="text"> </li> </ul> Пример 2. <p class="appointment-item"><input type="text" name="time" id="" placeholder="10:00" value=""></p> <p class="appointment-item"> <input type="text" name="date" id="" placeholder="08.10.2017" value=""> </p> И так далее.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy