jQuery实现点击按钮文字变成input框点击保存变成文字

网络编程 发布日期:2024/10/4 浏览次数:1

正在浏览:jQuery实现点击按钮文字变成input框点击保存变成文字

废话不多说,直接给大家贴代码了。

具体代码如下所示:

<!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <meta charset="utf-8">
  <title>点击按钮文字变成input框,点击保存变成文字</title>
  <style type="text/css">
  table{ text-align: center; font-size: 14px;}
  table>thead>tr>th{ font-weight: normal;}
  .text-right{ padding-right:73px; text-align: right;}
  .text{ width: 50px; height: 30px; border: 1px solid #ddd; text-align: center;}
  </style>
  <script type="text/javascript" src="/UploadFiles/2021-04-02/jquery.min.js">