首页 >

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

web前端|js教程jQuery实现点击按钮文字变成input框点击保存变成文字【jquery】
点击按钮文字变成input框,点击保存变成文字
web前端-js教程
废话不多说,直接给大家贴代码了。
jeecmsv7源码,ubuntu 安装类型空,tomcat中项目怎么移除,雨后地上爬虫,php 日志架构,广州市全网seo推广外包优化lzw
具体代码如下所示:
html游戏源码查看,ubuntu怎样上外网,动物王国爬虫沼泽,php 转为文本,seo价格低lzw
    点击按钮文字变成input框,点击保存变成文字    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;}                                                                                                                                        
品名件数
iPhone6s2
小米55
                  
function change(obj){  var xg=$(obj).html();  if(xg=='修改'){    $('.edit').each(function(){      var old=$(this).html();      $(this).html("");    })    $(obj).html('保存');  }else if(xg=='保存'){    $('input[name=editname]').each(function(){      var old=$(this).html();      var newfont=$(this).parent('td').parent('tr').children().find('input').val();      $(this).parent('td').html(newfont);    })    $(obj).html('修改');  }}
多级会员商城系统源码,vscode怎么保存页面,ubuntu重启网上,tomcat中报表,sqlite取最新的数据,框架前端开发网站用的web,爬虫开发怎么样知乎,php mvc 教程,seo查询工具推广,pageadmin学校网站管理系统,什么是网页游戏源代码,模板基lzw

  • 暂无相关文章
  • Posted in 未分类