e71

jQuery doesn't work in Nokia E71 browser

泄露秘密 提交于 2020-01-24 19:00:06
问题 I'm unable to use jQuery 1.5.2 with Nokia E71 browser. I found this problem reported in jQuery bug tracker without future fix. Is there any possible workaround? Thanks. 回答1: In order to use jQuery with Nokia E71 mobile browser I changed jQuery code. Replace div.attachEvent("onclick", function click() { with div.attachEvent("onclick", function(){ And Replace div.detachEvent("onclick", click); with div.detachEvent("onclick", arguments.callee); 回答2: Nokia E71 is using the S60 third generation OS

jQuery AJAX requests not working on Nokia E71 browser

时光怂恿深爱的人放手 提交于 2019-12-25 03:34:45
问题 After fixing jQuery compatibility with Nokia E71 browser to render pages now I'm unable to do an AJAX request. I've tried consuming a WS REST using JSONP with jQuery 1.5.2 but all the requests timed out. 回答1: Nokia E71 won't support JQuery . Please try with the latest Nokia models. 来源: https://stackoverflow.com/questions/5891331/jquery-ajax-requests-not-working-on-nokia-e71-browser