jQuery not loading on the iPhone -


I'm trying to use UIWebView to display content to manipulate that content, Can not find to load. Here is the code that I have set up UIWebView, set the base URL, and loaded the content (local bundle has an HTML file):

  UIWebView * view = [[UIWebView Alloc] initWithFrame: [[USScreen main screen] ApplicationFrame]]; NSString * path = [[NSBundle main bundle] bundle path]; NSURL * baseURL = [NSUr file URLWithPath: Path]; NSDTA * HTMLAdata = [[NSDTA Alloc] Invite content of URL: [NSUR file URL Path Path: [[NSBindal Mainbundal] Pathforce Resource: @ "Index" Type Type: @ "HTML"]]]; NSString * htmlString = [[NSString alloc] initWithData: html data encoding: NSUTF8StringEncoding]; [Load HTML String View: htmlString baseURL: baseURL];  

The content load is just fine, and I have confirmed that the base URL is correct by adding an image to a bundle and referencing it in HTML, and it works on the same HTML in the Safari on my MacBook. Using jQuery is also being used in recovering, and working as expected

I have both compressed jquery-1.3.2.min.js and development jquery-1.3.2.js Have tried to use, and there is no dice for both.

Any thoughts?

Gah! EBC One!

When I copy the jquery javascript source into the project, it was copied to the target "compile sources", which certainly dropped the errors. I removed it from the "compile source" but did not add it back to "Copy bundle processing".

/ I repeatedly slap my forehead.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -