TypeError: matchExpr[type].exec is not a function

來源:互聯網
上載者:User

標籤:style   blog   io   color   ar   使用   java   sp   div   

遇到了這個問題,很久沒找到答案,後來使用了萬能的google,貌似也沒找到答案.

詳細描述下:

通過使用 $(".select")來選擇jqeury對象,沒問題.

通過$(".select").find(".ccc") 也沒問題

通過$(".select").find(".ccc div") 或者 $("select").find("div.ccc") 問題來了,不能通過find來找target.

 

國內搜尋引擎沒找到相關解決方案,只能去試試google了,運氣好,google還真開啟了.

 

但同樣沒找到解決方案.

 

看了別人在jquery對這個報錯的的反饋,如下:

<!DOCTYPE html><html><body><input type=‘button‘ name=‘btn‘ value=‘click‘/><script>        Object.prototype.toQueryString = function () {}</script><script src=‘jquery-1.10.2.js‘ type=‘text/javascript‘></script><script>$("[name=‘btn‘]");</script></body></html>

發現了一些共同之處:在Object的原型上擴充自己的方法.

我就嘗試去把自己代碼裡的object擴充給刪了試試,果然可以了.

 

其實不用擴充也沒問題的,可以用全域方法或者Factory 方法代替的.

TypeError: matchExpr[type].exec is not a function

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.