简介 目录 评价 推荐
  • MR_mshao3189997 2016-10-19
    that
    截图
    0赞 · 0采集
  • 文不段 2016-09-21
    $.ajax({<br> type: "get",<br> url: _url,<br> async: true,<br> data: _data,<br> success:function(){<br> }
    0赞 · 0采集
  • qq_石头人_03702932 2016-09-04
    jsonp
    0赞 · 0采集
  • qianduancainiao 2016-05-23
    list.listview("refresh");加载完数据后要调用这个
    0赞 · 0采集
  • 飞鸿影 2016-04-17
    _arr.join()数组转字符串
    截图
    0赞 · 0采集
  • Coande 2016-01-24
    arrayObject.join(separator):join() 方法用于把数组中的所有元素放入一个字符串,两个元素之间插入 separator 字符串,默认sparator为逗号。 思路: $(selector).each(function(index,element))遍历需要的节点 循环拼凑条目,push入数组保存。 arrayObject.join("")将数组穿换成html字符串,然后加入到list中。
    0赞 · 2采集
  • Coande 2016-01-24
    可以这样判断信息是否填写完毕: if($("#username").val()&&$("#password").val()){ alert("填写完毕"); } else{ alert("未填写完毕"); }
    0赞 · 1采集
  • 20040804yunlong 2015-12-19
    var _data = {};
    0赞 · 0采集
  • fat401 2015-07-24
    此处的list。listview("refresh") 表示刷新当前对象中的内容 要做重点掌握
    0赞 · 0采集
  • YoursBytes 2015-07-11
    按钮禁用
    截图
    0赞 · 0采集
  • 慕慕7989794 2015-03-23
    ("option","disabled",true) //按钮禁用
    0赞 · 0采集
  • 慕后端8796626 2014-11-09
    $(xml).find("book[title='Cinderella']") http://stackoverflow.com/questions/3957932/whats-the-best-way-to-parse-xml-response-in-ajax
    0赞 · 0采集
  • nihao_0008 2014-11-07
    还有js 数组的使用 很不错
    0赞 · 0采集
  • nihao_0008 2014-11-07
    这个地方js数据绑定非常不错 很实用 回来记得使用
    0赞 · 0采集
数据加载中...
开始学习 免费