tags:

views:

22

answers:

2

Im using jquery in webview basically im calling jquery method inside the html string loaded inside the webview. problem is webview is loaded properly but method is getting executed. i tried putting breakpoints it's hard to see the execution inside the string.

Thanks in advance.

+2  A: 

Have you added jquery.js file inside project ??

theViz
+2  A: 

Inside the Targets - JQuery Library should be in the Copy Bundle Resource, By default it's in the Compile Sources

Drag file from Compile Sources to Copy Bundle Sources. then try.. hopefully it should work

KiranThorat