A Bootstrap plugin to create input spinner elements for number input - shaack/bootstrap-input-spinner
(function ($) { $('.spinner .btn:first-of-type').on('click', function() { $('.spinner input').val( parseInt($('.spinner input').val(), 10) + 1); }); $('.spinner .btn:last-of-type').on('click', function() { $('.spinner input').val( parseInt($('.spinner input')...
oliverhale/bootstrap-input-spinnerPublic forked fromshaack/bootstrap-input-spinner NotificationsYou must be signed in to change notification settings Fork0 Star0 Files master src .gitattributes .gitignore LICENSE README.md index.html package-lock.json ...
Bootstrap 4 compatible version ```shell npminstallbootstrap-input-spinner@2.2.0 ``` Or just download the GitHub repository and includesrc/bootstrap-input-spinner.js. HTML Create the element in HTML. The attributes are compatible to the nativeinput[type="number"]element. ...
$('.spinner .btn:last-of-type').on('click', function() { $('.spinner input').val( parseInt($('.spinner input').val(), 10) - 1); }); })(jQuery); DEMO 下载:Input-Number-Spinner-with-jQuery-Bootstrap-Spinner HTML <div class="container"> ...
It is a jQuery plugin. So, enable the InputSpinner for all inputs with type='number' with the following script.<script src="./src/bootstrap-input-spinner.js"></script> <script> $("input[type='number']").inputSpinner(); </script>...
bootstrap-input-spinnerjQuery Plugin to add loading spinner on twitter bootstrap inputsDemohttp://www.totpe.ro/##How to use: Call the plugin on the element/elements that you want to add spinner inside.##Options:$(selector).inputSpinner({ 'opacity' : 0.5, 'color' : 'red', 'glyphicon...
bootstrap-input-spinner README.md onmaster User selector Datepicker Commits on Feb 4, 2024 shaack committedFeb 4, 2024 Commits on May 11, 2023 Update README.md shaack committedJan 13, 2023 Commits on Sep 21, 2022 Commits on Dec 27, 2021 ...
Bootstrap TouchSpin is a mobile and touch friendly input spinner component for Bootstrap 3 & 4. Website Please report issues and feel free to make feature suggestions as well. License MIT LicenseAbout A mobile and touch friendly input spinner component for Bootstrap. Resources Readme License...
Bootstrap TouchSpin is a mobile and touch friendly input spinner component for Bootstrap 3 & 4. Website Please report issues and feel free to make feature suggestions as well. License MIT License Releases24 v4.7.3Latest May 25, 2023