码迷,mamicode.com
首页 > Web开发 > 详细

CSS-07 行内设置点击事件

时间:2020-01-05 12:00:38      阅读:103      评论:0      收藏:0      [点我收藏+]

标签:obj   css   sea   htm   html   点击   UNC   点击事件   标签   

 

在标签行内设置点击事件:

<a href="#" onclick="obj.search()">查询</a>

js代码:
    obj = {
        search : function(){
            alert(123);
        }
    };

  

CSS-07 行内设置点击事件

标签:obj   css   sea   htm   html   点击   UNC   点击事件   标签   

原文地址:https://www.cnblogs.com/Helen-code/p/12151627.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!