<html>
  <head>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    The jQuery version we use in RichFaces 5 is currently pinned by the
    jQuery requirements of RichFaces 4.5.&nbsp; Idealy we would port the RF
    4.5 to use the newer jQuery, however this will only take us so far,
    as jQuery 2.x drops support for older IE browsers [1], some of which
    are targets for RichFaces 4 [2].<br>
    <br>
    A flexible solution to this problem that would allow the RF 4.5 and
    RF 5 to use separate jQuery versions (in a compatible way).&nbsp; For an
    example of how we can achieve this, see [3].<br>
    <br>
    This however would not resolve any conflicts in jQuery UI plugins.&nbsp;
    Before proceeding down this path we should grep the codebase and
    identify where such a conflict can be expected, and an assessment
    made to determine if they can be worked-around.<br>
    <br>
    Thoughts?<br>
    <br>
    Brian<br>
    <br>
    [1]
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <a href="http://jquery.com/browser-support/">http://jquery.com/browser-support/</a><br>
    [2]
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <a
href="https://community.jboss.org/wiki/PrioritizedRichFacesBrowsersCompatibilityMatrix">https://community.jboss.org/wiki/PrioritizedRichFacesBrowsersCompatibilityMatrix</a><br>
    [3]
    <a class="moz-txt-link-freetext"
href="http://stackoverflow.com/questions/1566595/can-i-use-multiple-versions-of-jquery-on-the-same-page">http://stackoverflow.com/questions/1566595/can-i-use-multiple-versions-of-jquery-on-the-same-page</a><br>
  </body>
</html>