摘要: <div style="width:300px;position:relative;top:9px;left:-300px;overflow:hidden"> <div id="turnMore" style="color:red;cursor:pointer;font-size:15px;font 阅读全文
posted @ 2021-08-25 14:05 菜鸟韩 阅读(451) 评论(0) 推荐(0)
摘要: jQuery获取Select选择的Text和Value: 代码如下: $("#select_id").change(function(){//code...}); //为Select添加事件,当选择其中一项时触发 var checkText=$("#select_id").find("option: 阅读全文
posted @ 2019-08-10 12:36 菜鸟韩 阅读(771) 评论(0) 推荐(0)
摘要: SELECT 字段名 = a.name FROM syscolumns a LEFT JOIN systypes b ON a.xtype = b.xusertype INNER JOIN sysobjects d ON a.id = d.id AND d.xtype = 'U' AND d.nam 阅读全文
posted @ 2018-03-28 16:47 菜鸟韩 阅读(651) 评论(0) 推荐(0)