您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 运用jquery实现table单双行不同显示并能单行选中

  2. (该方法是对《运用jquery实现(table)单双行不同显示并能多行选中》的改进,适合于单行选择)
  3. 所属分类:其它

    • 发布日期:2020-10-29
    • 文件大小:19456
    • 提供者:weixin_38605590
  1. 运用jquery实现table单双行不同显示并能单行选中

  2. 代码如下:$(document).ready(function(){ $(“p:odd”).css(“background-color”, “#bbf”); $(“p:even”).css(“background-color”,”#ffc”); $(“p”).click(function () { $(“p”).each(function(){ if($(this).hasClass(“highlight”)){ $(this).removeClass(“highlight”); }}); $(
  3. 所属分类:其它

    • 发布日期:2020-12-10
    • 文件大小:16384
    • 提供者:weixin_38675341