
jQuery
Suoz
热爱旅行的web端程序猿
展开
-
jquery 简单的登录验证
CSS部分:<style type="text/css"> #waimian{ width: 375px; height: 500px; background-color: yellow; position: relative; z-index: 0; } #info{ width原创 2016-11-25 23:36:39 · 7081 阅读 · 0 评论 -
jquery联级下拉菜单
CSS部分:info{ width: 350px; height: 30px; font-size:12px; float: left; } Script部分:<script type="text/javascript"> $(function(){ //初始化 function init(obj){原创 2016-11-24 13:21:42 · 795 阅读 · 0 评论 -
Json (php+jquery)
相关文章介绍Json: http://www.cnblogs.com/snowinmay/archive/2013/05/26/3099799.html通过AJAX进行理解: $(function(){ $.ajax({ type : "POST", url : "json.php",原创 2017-02-21 16:16:44 · 316 阅读 · 0 评论