Skip to content

Instantly share code, notes, and snippets.

View webag's full-sized avatar

Андрей webag

  • Pen&Brain
  • Kazan, Russian Federation
View GitHub Profile
@BulatSa
BulatSa / index.html
Last active February 21, 2017 14:32
Прокрутка к секциям с Velocity.js, необходимо его подключить
<a href="#" data-anchor="to-section">
<section id="to-section"></section>
@webag
webag / form.html
Created June 26, 2014 13:45
Отправка почты с файловым вложением. Необходим phpmailer
<form class="ajax-form" enctype="multipart/form-data">
<input type="text" name="cname" placeholder="Введите имя">
<input type="text" name="ctel" placeholder="Введите телефон">
<input type="hidden" value="order" name="ctip">
<input name="attachfile" type="file">
<button type="submit" class="btn btn-primary">Отправить</button>
</form>