PATH: /home/hwyuvbry/www/assets/plugins/bootstrap-touchspin/js
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 bootstrap-touchspin-script.js
↓
X
📄 jquery.bootstrap-touchspin.js
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: bootstrap-touchspin-script.js
$(document).ready(function() { $("input[name='demo1']").TouchSpin({ min: 0, max: 100, step: 0.1, decimals: 2, boostat: 5, maxboostedstep: 10, postfix: '%' }); $("input[name='demo2']").TouchSpin({ min: -1000000000, max: 1000000000, stepinterval: 50, maxboostedstep: 10000000, prefix: '$' }); $("input[name='demo3']").TouchSpin(); $("input[name='demo3_21']").TouchSpin({ initval: 40 }); $("input[name='demo3_22']").TouchSpin({ initval: 40 }); $("input[name='demo4']").TouchSpin({ postfix: "a button", postfix_extraclass: "btn btn-secondary btn-sm" }); $("input[name='demo4_2']").TouchSpin({ postfix: "a button", postfix_extraclass: "btn btn-secondary btn-lg" }); $("input[name='demo5']").TouchSpin({ prefix: "pre", postfix: "post" }); $("input[name='demo_vertical']").TouchSpin({ verticalbuttons: true }); $("input[name='demo_vertical2']").TouchSpin({ verticalbuttons: true, verticalupclass: 'fa fa-plus', verticaldownclass: 'fa fa-minus' }); });
SIMPAN PERUBAHAN