其他代码

jquery实现简单计算器特效

阿里云

这是一款 jquery 实现简单计算器代码。该 jquery 计算器使用 Bootstrap 4 进行布局,并结合 math.js 数学库,实现简单的加减乘除和平方,开方等数学计算。

使用方法:

在页面中引入 bootstrap 4,jquery 和 math.min.js 文件。以及计算器的样式文件 style.css 和 main.js 文件。

也想出现在这里?联系我们
创客主机
  1. <link href="path/to/bootstrap-4.0.0-beta.min.css" rel="stylesheet">                        
  2. <link href="path/to/font-awesome.min.css" rel="stylesheet">                  
  3. <link href="path/to/style.css" rel="stylesheet">
  4. <script src="path/to/jquery.js"></script>
  5. <script src="path/to/bootstrap-4.0.0-beta.min.js"></script>
  6. <script src="path/to/math.min.js"></script>
  7. <script src="path/to/main.js"></script>

HTML 结构:

该 jquery 计算器的 HTML 结构如下:

  1. <div class="container">
  2.     <!-- Rounded switch -->
  3.     <label class="switch">
  4.         <input type="checkbox">
  5.         <span class="slider"></span>
  6.     </label>
  7.     <form>
  8.         <input readonly id="display1" type="text" class="form-control-lg text-right">
  9.         <input readonly id="display2" type="text" class="form-control-lg text-right">
  10.     </form>
  11.  
  12.     <div class="d-flex justify-content-between button-row">
  13.         <button id="left-parenthesis" type="button" class="operator-group">(</button>
  14.         <button id="right-parenthesis" type="button" class="operator-group">)</button>
  15.         <button id="square-root" type="button" class="operator-group"></button>
  16.         <button id="square" type="button" class="operator-group"></button>
  17.     </div>
  18.  
  19.     <div class="d-flex justify-content-between button-row">
  20.         <button id="clear" type="button">C</button>
  21.         <button id="backspace" type="button"></button>
  22.         <button id="ans" type="button" class="operand-group">Ans</button>
  23.         <button id="divide" type="button" class="operator-group">÷</button>
  24.     </div>
  25.  
  26.  
  27.     <div class="d-flex justify-content-between button-row">
  28.         <button id="seven" type="button" class="operand-group">7</button>
  29.         <button id="eight" type="button" class="operand-group">8</button>
  30.         <button id="nine" type="button" class="operand-group">9</button>
  31.         <button id="multiply" type="button" class="operator-group">×</button>
  32.     </div>
  33.  
  34.  
  35.     <div class="d-flex justify-content-between button-row">
  36.         <button id="four" type="button" class="operand-group">4</button>
  37.         <button id="five" type="button" class="operand-group">5</button> 
  38.         <button id="six" type="button" class="operand-group">6</button> 
  39.         <button id="subtract" type="button" class="operator-group"></button>
  40.     </div>
  41.  
  42.  
  43.     <div class="d-flex justify-content-between button-row">
  44.         <button id="one" type="button" class="operand-group">1</button> 
  45.         <button id="two" type="button" class="operand-group">2</button>
  46.         <button id="three" type="button" class="operand-group">3</button>
  47.         <button id="add" type="button" class="operator-group">+</button>
  48.     </div>
  49.  
  50.     <div class="d-flex justify-content-between button-row">
  51.         <button id="percentage" type="button" class="operand-group">%</button>
  52.         <button id="zero" type="button" class="operand-group">0</button>
  53.         <button id="decimal" type="button" class="operand-group">.</button>
  54.         <button id="equal" type="button">=</button>
  55.     </div>
  56.  
  57. </div>

该 jquery 计算器的 github 地址为:https://github.com/PictureElement/minimal-calculator

jquery 实现简单计算器特效

已有 533 人购买
查看演示升级 VIP立刻购买

演示地址 下载地址
收藏
(1)

发表回复

热销模板

Ashade - 作品展示摄影相册WordPress汉化主题
LensNews

本站承接 WordPress / PbootCMS / DedeCMS 等
系统建站、仿站、开发、定制等业务!