[
https://issues.apache.org/jira/browse/COUCHDB-1668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13956264#comment-13956264
]
ASF subversion and git services commented on COUCHDB-1668:
----------------------------------------------------------
Commit b99d71eed2542e8839655cda831168d383fd4f90 in couchdb-jquery-couch's
branch refs/heads/import-master from [~kxepal]
[ https://git-wip-us.apache.org/repos/asf?p=couchdb-jquery-couch.git;h=b99d71e ]
Fix compatibility with jQuery 1.9+
$.browser is gone there, but still we have to disable cache for MSIE.
COUCHDB-1668
> jquery.couch.js is incompatible with jquery.js version 1.9
> ----------------------------------------------------------
>
> Key: COUCHDB-1668
> URL: https://issues.apache.org/jira/browse/COUCHDB-1668
> Project: CouchDB
> Issue Type: Dependency upgrade
> Reporter: bob pasker
> Assignee: Alexander Shorin
>
> jquery.couch 1.2.x line 998:
> type: "GET", dataType: "json", cache : !$.browser.msie ...
> fails with error:
> "Uncaught TypeError: Cannot read property 'msie' of undefined"
> because jquery 1.9 removed the deprecated jQuery.browser()
> see: http://jquery.com/upgrade-guide/1.9/#jquery-browser-removed
--
This message was sent by Atlassian JIRA
(v6.2#6252)