ios - How to get the onclick event -


code :

nsurlrequest *_request =  [[nsurlrequest alloc] initwithurl:[nsurl urlwithstring:@"http://i.fx-func.com/h5/lp/16484/1322570745"]]; [mywebview loadrequest:_request];  <div class="more"><a data-action="fullarticle" href="javascript:;" onclick="function:  {'action':'edit', 'id': 222, 'info': '2344543534'}">words</a></div>  </div> 

i want

"function: {'action':'edit', 'id': 222, 'info': '2344543534'}" 


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -