facebook

button click to html box

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #332183 Reply

    NigelShaw
    Member

    Hi,

    i have added a jquery mobile page to my app. This works ok. To change the content of the DIV, you use this-

    <div data-role="page" id="home">
      <div data-role="content">
        <p><a href="#mypage" dat-transistion="slide"><Go to my page></p>
      </div>
    </div>
    
    div data-role="page" id="mypage">
      <div data-role="content">
        <p><a href="#home" dat-transistion="slide"><Go to home></p>
      </div>
    </div>

    The example will display a button that will the slide the div content to the next JQM page. Great 🙂

    on my screen, i 2 other buttons that are not in the html box. i need to call the same line from the button i.e.-

    <a href="#home" dat-transistion="slide">

    so that when it is clicked, it changes the div content as normal. Would this need to be a specific script?

    thanks

    #332205

    support-michael
    Keymaster

    @NigelShaw

    Q: so that we understand your approach you are trying to embed multiple jquery mobile pages inside a mobione screen? Yes/No?
    If yes what is the relationship between your mobione app and jquery mobile pages? Help us understand exactly what you are building.

    #332208

    support-michael
    Keymaster

    Nigel,

    See my request for you to prioritize your support cases here: http://www.genuitec.com/support-genuitec/viewtopic.php?f=8&t=3954

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: button click to html box

You must be logged in to post in the forum log in