jquery - Onclick is not working for chinese string -
jquery - Onclick is not working for chinese string -
we facing issue in jquery in ios app. issue happening chinese strings. works fine english.
the issue onclick event not triggering chinese language. have lookup window user can search business relationship , search results list user can click on business relationship selected. 1 time user selects account, lookup window should close , come parent screen. name of business relationship hyperlink user can click on select. when business relationship name in chinese click not triggering , lookup window not closing.
any help in appreciated.
**nsstring *sethrefsjs = @"jquery(\"a.datacell\", window.parent.frames[1].document).each(function(index) { jquery(this).attr('href', 'setlookup://' + jquery(this).attr('onclick')) })"; [webview stringbyevaluatingjavascriptfromstring:sethrefsjs];**
this issue happening ipad.
jquery ios ipad
Comments
Post a Comment