Languages

Menu
Sites
Language
RIB JQuery JavaScript out of sync with Tizen 2.0 SDK?

Hello -

When I export a RIB project, the javascript is named jquery-1.6.4.js . However, in the 2.0 Tizen SDK, a JQuery example project will populate the project with jquery-1.7.1.js .

This make sense to me because the 2.0 SDK release notes document the same change :

        https://developer.tizen.org/sdk/2.0-alpha-release-notes

        - jQuery has been updated from v1.6.4 to v1.7.1.

        - jQuery Mobile has been updated from v1.0 to v1.1.0.

Does this mean that the RIB is out of sync with the 2.0 SDK or are they compatible?

Thank You,

Carlos

 

 

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

1 Replies
Carlos Gomez
Hello - Maybe I am answering my own question.   I found this : Upgrade JQuery to 1.8.0 or 1.7.2 https://01.org/jira/browse/RIB-62 jQuery version currently used (1.6.4) is becoming outdated and doesn't support some new features (and events) users would like to see and use in their applications. So I will assume that this is in-process for being fixed. Carlos