TypeError: matchExpr[type].exec is not a function
摘要:遇到了这个问题,很久没找到答案,后来使用了万能的google,貌似也没找到答案.详细描述下:通过使用 $(".select")来选择jqeury对象,没问题.通过$(".select").find(".ccc") 也没问题通过$(".select").find(".ccc div") 或者 $("s...
阅读全文
posted @ 2014-11-05 16:09