老婆睡了,随手写点代码,貌似明天要用到。<script language="javascript" type="text/javascript"> function DeleteCurrentRow(obj) { $("#gridTable a").click(function() { if ($(this).attr("id") == obj.id) { if (confirm("are you sure to delete this one?")) { $(this).paren
Read More
posted @ 2009-05-14 00:44 ustbwuyi Views(1145) Comments(0)
Edit