This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var _input = document.createElement('input'); | |
if ( ! ('formTarget' in _input && 'formAction' in _input)) { | |
$('[type="submit"]').on('click', function (e) { | |
// Prevent default form submit | |
e.preventDefault(); | |
// Find parent form and store values | |
var $this = $(this), | |
$form = $this.closest('form'), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.droite, #footer, .post.special, .more { | |
display: none; | |
} | |
#content { | |
padding: 10px; | |
} | |
.wrapper, #content { | |
width: 100%; |