|
|
@ -9,7 +9,7 @@ var addUrlParam = function (url, key, val) { |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
$(function () { |
|
|
|
$(function () { |
|
|
|
$('a[href-post]').click(function (e) { |
|
|
|
$(document).on('click', 'a[href-post]', function (e) { |
|
|
|
e.preventDefault(); |
|
|
|
e.preventDefault(); |
|
|
|
|
|
|
|
|
|
|
|
var form = document.createElement('form'); |
|
|
|
var form = document.createElement('form'); |
|
|
|