摘要: <?php $sql = "SELECT id FROM signinconfday "; $res = mysql_query($sql, $news); while ($date = mysql_fetch_assoc($res)) { ?> <option value=<?php echo $ 阅读全文
posted @ 2020-07-31 16:42 这该死的代码 阅读(285) 评论(0) 推荐(0)
摘要: var option1=$('#selectId1').val() 阅读全文
posted @ 2020-07-31 16:35 这该死的代码 阅读(587) 评论(0) 推荐(0)
摘要: $("#input1").attr("disabled","disabled"); 阅读全文
posted @ 2020-07-31 16:34 这该死的代码 阅读(2377) 评论(0) 推荐(0)
摘要: $("#selectId1").empty(); 阅读全文
posted @ 2020-07-31 16:32 这该死的代码 阅读(5872) 评论(0) 推荐(0)
摘要: 以ajax示例 <select id="selectId"> </select> <script typet="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script> <script type="text/ja 阅读全文
posted @ 2020-07-31 16:30 这该死的代码 阅读(808) 评论(0) 推荐(0)
摘要: <script typet="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script> <script type="text/javascript"> $(function(){ $.ajax({ url:'cs 阅读全文
posted @ 2020-07-31 16:26 这该死的代码 阅读(3550) 评论(0) 推荐(1)