Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have done an app in Phonegap 1.4 with Xcode it works fine.

Now I am testing the app on iPhone. The first time all images displayed on the screen, if I go to other page and come back, the image is not displayed. I do not know why. It works fine in Xcode simulator. The image is (if click change in to other image). The coding is:

$("#jsEmployerRole").click(function(e){

                             $("#jsEmployeeTick").attr("src",'dulTick.png');
                             $("#jsEmployerTick").attr("src",'Tick.png');


                             });
    $("#jsEmployeeRole").click(function(e){
                          $("#jsEmployeeTick").attr("src",'Tick.png');
                             $("#jsEmployerTick").attr("src",'dulTick.png');

                             });
share|improve this question
your accept rate needs some care... – sergio Jun 16 '12 at 7:54
ok can you help me if i change the image via code it is not display in iPhone it displays question mark.. help me – Madhubalan Jun 16 '12 at 8:48
anybody please help me... – Madhubalan Jun 16 '12 at 9:43

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.