Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7603747
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T23:44:00+00:00 2026-05-30T23:44:00+00:00

I’m trying to learn to develop with Phonegap and JQM. My app is very

  • 0

I’m trying to learn to develop with Phonegap and JQM. My app is very simple: it loads a list of persons with a jqm ajax call and if a person is clicked, it’s supposed to take you to another page.

I have tried to load the second page in many ways:

1.- By adding following

     $.mobile.changePage($('myDiv'));

2.- By adding following

    $.mobile.changePage('myPage.html');

3.- By using a normal href inside the link tags

The only solution that works is the last one, which flips badly. So i really want to do it with the JQM changePage, which allows me to put some transition animation, and when i press the link i always get a the “

E/Web Console(10922): Uncaught SyntaxError: Unexpected identifier at
file:///android_asset/www/index.html:2″ ERROR

any ideas?

EDIT: I was able to make it work with only with the third method (using the href inside the anchor tag). After some testing I am convinced that the error comes out only when i call a method using the onclick event in the anchors. Someone knows why this is happening?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T23:44:01+00:00Added an answer on May 30, 2026 at 11:44 pm

    Solved. The error came up only when i used the “onclick” event to change page by script. By Using the jquery live function and listening for “click” events everything worked fine. I still haven’t found the reason why the onclick event gave me that error, if someone knows it would be nice to know. Thanks to everyone who tried to help.

    for people who wants the code:

    HTML at creation:

        <div id='listPage' data-role="page">
    
    <div data-theme="e" data-role="header">
        <h1 >Anagrafica Tigre</h1>
    </div><!-- /header -->
    
    <ul id='anagList' data-theme="b" data-role="listview" data-inset="true" data-filter="true">
    
    </ul>
    

    <div id='schedaPage' data-role="page">
    <div id='schedaTitle' data-theme="e" data-role="header">
        <h1>Anagrafica Tigre part 2</h1>
    </div><!-- /header -->
    <ul id='schedaList' data-theme="b" data-role="listview" data-inset="true">
        <li id='dataNascita'> 
            <h3><strong>Data di nascita</strong></h3>
            <p></p>
        </li>
        <li id='luogoNascita'>
            <h3><strong>Luogo di nascita</strong></h3>
            <p></p>
        </li>
        <li id='email'>
            <h3><strong>Email</strong></h3>
            <p></p>
        </li>
    

    Population scripts after a ws call:

        function appendToList(theId,data){
        var myList = $('#anagList');
        var newItem = document.createElement('li');
    
        var newId = document.createElement('input');
        newId.setAttribute("type","hidden");
        newId.value=theId;
    
        var newLink = document.createElement('a');
        //newLink.setAttribute("onclick","setPage("+newId+")"); //THIS IS THE EVENT THAT DIDNT WORK
        newLink.setAttribute("href","javascript:void(0)");
        newLink.setAttribute("id",theId)
    
        //newLink.setAttribute("href","schedaAnag.html");
        newLink.setAttribute("data-role","button");
        newLink.innerHTML=data;
    
        newItem.appendChild(newId);
        newItem.appendChild(newLink);
    
        myList.append(newItem);
    
        if(theId==149){
            $('#anagList').listview('refresh');
        }
    
    }
    

    script after page load for the click listener that DID work:

        $('#anagList a').live("click",(function(){
            var theId=$(this).attr('id');
            callWS(parseInt(theId),parseInt(theId)+1,'scheda');
            //$('#schedaPage').listview("refresh");
            $.mobile.changePage($('#schedaPage'));
    
        }));
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to understand how to use SyndicationItem to display feed which is
Basically, what I'm trying to create is a page of div tags, each has
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I have just tried to save a simple *.rtf file with some websites and
I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
I am trying to render a haml file in a javascript response like so:
I am doing a simple coin flipping experiment for class that involves flipping a
I'm using v2.0 of ClassTextile.php, with the following call: $testimonial_text = $textile->TextileRestricted($_POST['testimonial']); ... and
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
We're building an app, our first using Rails 3, and we're having to build

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.