摘要: 1、$(function(){ $("#a").click(function(){ //adding your code here }); }); 2、$(document).ready(function(){ $("#a").click(function(){ //adding your code 阅读全文
posted @ 2018-09-04 14:27 Shimily 阅读(141) 评论(0) 推荐(0)