Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>jQM is now decoupled:</p> <ul> <li><a href="http://jquerymobile.com/blog/2011/08/03/jquery-mobile-beta-2-released/" rel="nofollow">http://jquerymobile.com/blog/2011/08/03/jquery-mobile-beta-2-released/</a></li> </ul> <blockquote> <p><strong>Widgets: Now decoupled for flexible builds</strong></p> <p>We’ve wanted to decouple all our widgets from the page plugin for a long time now and we’re happy to announce that we finally landed this change. So what exactly does decoupled mean anyway? Well, the individual widgets and utilities have always been broken out into separate script files. However, the page plugin was responsible for handling the auto-initialization all of the official plugins found in the markup at page creation. This situation made it impossible to remove plugins you don’t need without causing errors, and generally set a bad precedent for future widget additions.</p> <p>Now, pretty much all the UI widgets in the jQuery Mobile library are completely decoupled so they can simply be deleted if not needed for a particular project. This change allows you to dramatically reduce the size of the library by only including the specific set of widgets or features you need, in addition to the handful of required, core files. While we still plan to do more decoupling and cleanup, the following files are now decoupled and can safely be removed from the make file before you do a custom build:</p> <ul> <li>page header/content/footer</li> <li>collapsible</li> <li>controlgroup</li> <li>fieldcontain</li> <li>fixheaderfooter</li> <li>button</li> <li>checkboxradio</li> <li>select</li> <li>slider</li> <li>textinput</li> <li>links theming</li> <li>listview</li> <li>navbar</li> <li>grid</li> </ul> <p>We will work on a dependency map because a few widgets rely on others to work. For example, the button markup plugin is called by many of the widgets above, so it can only be excluded but if you’re not using any of the widgets that depend on buttons.</p> <p>We’re still working out our recommendations for mapping plugin dependencies and decoupling things even further. Ultimately, this will be surfaced in a download builder tool, so stay tuned!</p> </blockquote> <p>You can head over to their GIT Repo and just download what you want:</p> <ul> <li><a href="https://github.com/jquery/jquery-mobile/tree/master/js" rel="nofollow">https://github.com/jquery/jquery-mobile/tree/master/js</a></li> </ul>
    singulars
    1. This table or related slice is empty.
    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