- <a id="arrival_time" data-template="yyyy-mm-dd hh:ii" data-format="yyyy-mm-dd hh:ii" data-viewformat="yyyy-mm-dd hh:ii" data-pk="1" data-placement="right"></a>
- $("#arrival_time").editable( {
- type:'datetime',
- url:'/aaa.php',
- pk:1,
- title:'测试',
- success: function (response) {
- if(response) {
- console.log(response);
- }
- }
- }),