Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><strong>Idea 3</strong> jQuery Mobile links to 2 different solutions that work with current version. See:</p> <p><em>[edit] doesn't work with current version anymore. I'm considering getting back to the game and creating something from scratch</em> <a href="http://asyraf9.github.com/jquery-mobile/" rel="nofollow">http://asyraf9.github.com/jquery-mobile/</a></p> <p>or</p> <p><a href="http://www.stokkers.mobi/valuables/multiview/page2.html" rel="nofollow">http://www.stokkers.mobi/valuables/multiview/page2.html</a></p> <p><strong>Idea 2</strong></p> <p>Plugging into page* events. </p> <p><em>not avaliable anymore</em> <a href="http://jquerymobiledictionary.dyndns.org/dualColumn.html" rel="nofollow">http://jquerymobiledictionary.dyndns.org/dualColumn.html</a></p> <p>The version 0.2 was released. Plugin now works without any JS coding.</p> <p><strong>Idea 1</strong></p> <p><em>.page() is obsolete, but the main idea should still work with .trigger('create')</em></p> <p>My first idea that will work with current jQuery Mobile is to never use default methods of loading the content.</p> <p>This way you will create a grid of your liking and load content via your ajax calls, put loaded data in chosen containers (MUST wrap data with a container that is newly inserted into DOM) and call <code>.page()</code> on it. see: <a href="http://jquerymobiledictionary.dyndns.org/faq.html" rel="nofollow">http://jquerymobiledictionary.dyndns.org/faq.html</a></p> <p>This will work, but will not ever be usable by non-javascript browsers. So it messes the whole progressive enchancement of jQuery Mobile. This shouldn't happen if you plan on creating a real-life application. I did such a thing in my jqureymobiledictionary page (dictionaries are loaded via ajax, inaccessible if one has JS turned off). The main purpose was to keep dictionaries in JSON format though. I don't recommend it for an application that doesn't have developers as a main target :)</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload