[jbosstools-issues] [JBoss JIRA] (JBIDE-17032) Ability to configure jQuery / jQuery Mobile versions injected by Palette

Alexey Kazakov (JIRA) issues at jboss.org
Thu Apr 17 13:42:33 EDT 2014


    [ https://issues.jboss.org/browse/JBIDE-17032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12962625#comment-12962625 ] 

Alexey Kazakov commented on JBIDE-17032:
----------------------------------------

Vineet Reynolds' comment from duplicated issue JBIDE-17152:
{quote}
This to track JBDS-3016. Multiple versions of jQuery are expected to be supported.
The palette currently includes 1.10.2, but users could expect multiple versions to be supported; jQM 1.4.2 supports jQuery Core 1.8 + and was tested on jQuery 2.0.3. Users not wanting to support MSIE 6-8 would already be on jQuery 2; this is especially true of Cordova.
Thus, for a given version of jQueryMobile, at least two versions of jQuery can be recommended for use: a jQuery 1.x version and jQuery 2.x version. Generally, the Travis build file contains info on the versions tested for a jQM release (this is not wholly reliable, but is a good place to start).
Note, in the near future (6-12 months), the following versions of jQuery are expected to be released:
1.11.1 (might be released this week), 1.12 and probably 1.13
2.1.1 (might be released this week), 2.2 and possibly 2.3.
These may be tested to work with a version of jQueryMobile, at the point of a jQueryMobile release,
{quote}
                
> Ability to configure jQuery / jQuery Mobile versions injected by Palette
> ------------------------------------------------------------------------
>
>                 Key: JBIDE-17032
>                 URL: https://issues.jboss.org/browse/JBIDE-17032
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: jsp/jsf/xml/html source editing
>            Reporter: Alexey Kazakov
>            Assignee: Alexey Kazakov
>              Labels: new_and_noteworthy
>             Fix For: 4.2.0.Beta2
>
>
> Currently the following versions are injected for JQM 1.4:
> {code}
> <script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
> <script src="http://code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.min.js"></script> 
> {code}
> And for JQM 1.3:
> {code}
> <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
> <script src="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js"></script>
> {code}
> It would be good if we have a place where users can configure what versions of JQ and JQM they want to inject.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list