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

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -