语言

Menu
Sites
Language
Tizen supports the jQuery library?

 

编辑者为: Brock Boland 17 3月, 2014 原因: Paragraph tags added automatically from tizen_format_fix module.

响应

7 回复
Marco Buettner
Yes its already included in the tizen framework.
tribhuvan bhardwaj
yes Macro say right . jquery lib alredy include in tizen framework.
akshma gandotra
but i am getting an error using jquery, i.e., wgt/js/main.js (27) :ReferenceError: Can't find variable: $
Marco Buettner

do u use tizen webframework on the start for your new project?

akshma gandotra

yeas Macro I use webframework only

Eugene B

Hi,

Tizen web applications engine is a web kit based. You can use any JS libraries/frameworks that you needed.

Simply add requered libs to your project and include it to executed html file.

E.g.:

< script type="text/javascript" src="./js/jquery-1.8.2.js" >< /script >
< script type="text/javascript" src="./js/jquery.mobile-1.3.2.js" >< /script >
 

akshma gandotra

I was using js libraries . 

But now I am able to use jquery in web based jquery mobile app. Thanks for your suggestion.