摘要: 参考链接: https://blog.csdn.net/zichen_ziqi/article/details/73995755 阅读全文
posted @ 2019-03-11 15:58 放飞的回忆 阅读(624) 评论(0) 推荐(0)
摘要: 一、基础取值问题 例如<select class="selector"></select> 1、设置value为pxx的项选中 $(".selector").val("pxx"); 2、设置text为pxx的项选中 $(".selector").find("option:contains('pxx' 阅读全文
posted @ 2019-03-11 15:15 放飞的回忆 阅读(202) 评论(0) 推荐(0)
摘要: $.ajax contentType 和 dataType , contentType 主要设置你发送给服务器的格式,dataType设置你收到服务器数据的格式。 在http 请求中,get 和 post 是最常用的。在 jquery 的 ajax 中, contentType都是默认的值:appl 阅读全文
posted @ 2019-03-11 14:49 放飞的回忆 阅读(267) 评论(0) 推荐(0)
摘要: css : 阅读全文
posted @ 2019-03-11 14:36 放飞的回忆 阅读(1196) 评论(0) 推荐(0)