Hi,<div><br></div><div>I&#39;ve integrated the JQuery mobile 1.1.1 library version into Seaside&#39;s JQueryMobile support. I delayed the announcement as I was having a problem with transition artefacts for slide transitions with fixed headers and footers. I found the solution: <a href="https://github.com/jquery/jquery-mobile/issues/4024">https://github.com/jquery/jquery-mobile/issues/4024</a> and have included a file library with the fix integrated JQM111LocalDevelopmentWithTransitionFixesLibrary</div>
<div><br></div><div>However JQM 1.2 will be released soon - perhaps the transition fix won&#39;t be necessary on that version....</div><div><br></div><div>I&#39;ve added a WASystemConfiguration class - JQMConfigurator - which allows you to select the JQM library version you&#39;d like to use from within /config</div>
<div><br></div><div>The local libraries are now based on WAFileMetadataLibrary which maintains paths ensuring the paths to png eg &#39;images/icons-36-white.png&#39; work as expected from the local CSS.</div><div><br></div>
<div>As ever you can install JQM from a Seaside 3.0.7 release with:</div><div><br></div><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Gofer it<br><span class="Apple-tab-span" style="white-space:pre">        </span>url: &#39;<a href="http://ss3.gemstone.com/ss/jQueryMobile">http://ss3.gemstone.com/ss/jQueryMobile</a>&#39;;<br>  <span class="Apple-tab-span" style="white-space:pre">        </span>package: &#39;ConfigurationOfJQueryMobile&#39;;<br>
  <span class="Apple-tab-span" style="white-space:pre">        </span>load.<span class="Apple-tab-span" style="white-space:pre">        <br></span>ConfigurationOfJQueryMobile loadBleedingEdge.</blockquote></div><div><br></div><div>The test/demo code installs itself at: &#39;/javascript/jquery-mobile&#39;</div>
<div><br></div><div>See also - <a href="http://jquerymobile.seasidehosting.st">http://jquerymobile.seasidehosting.st</a> (although this is still based on JQM 1.0)</div><div><br></div><div>Nick</div>