Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Dec 04, 2012 04:49 AM by deeprajd
Member
40 Points
260 Posts
Dec 03, 2012 05:03 AM|LINK
Hi all,
I want to use data role attributes - but are not coming in the code.
please see the dll i am using
<base href="http://www.server.com/app-name/path/"> <title></title> <script src="Scripts/jquery-1.8.2.min.js" type="text/javascript"></script> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="css/jquery.mobile.theme-1.2.0.css" rel="stylesheet" type="text/css" /> <script src="Scripts/jquery.mobile-1.2.0.min.js" type="text/javascript"></script> <script src="Scripts/jquery.js" type="text/javascript"></script>
Please let me know what i am missing for using data-role attributes
470 Points
70 Posts
Dec 04, 2012 04:49 AM|LINK
Hi,
For making the data-role attribute work, you need the reference to jquery.mobile-1.2.0.min.js and jquery.mobile-1.2.0.min.css.
The js file has already been referred. Try referring the css file too.
Regards,
Deepraj D
dotnet_CH
Member
40 Points
260 Posts
JQuery mobile - Data Role attributes
Dec 03, 2012 05:03 AM|LINK
Hi all,
I want to use data role attributes - but are not coming in the code.
please see the dll i am using
<base href="http://www.server.com/app-name/path/">
<title></title>
<script src="Scripts/jquery-1.8.2.min.js" type="text/javascript"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="css/jquery.mobile.theme-1.2.0.css" rel="stylesheet" type="text/css" />
<script src="Scripts/jquery.mobile-1.2.0.min.js" type="text/javascript"></script>
<script src="Scripts/jquery.js" type="text/javascript"></script>
Please let me know what i am missing for using data-role attributes
deeprajd
Member
470 Points
70 Posts
Re: JQuery mobile - Data Role attributes
Dec 04, 2012 04:49 AM|LINK
Hi,
For making the data-role attribute work, you need the reference to jquery.mobile-1.2.0.min.js and jquery.mobile-1.2.0.min.css.
The js file has already been referred. Try referring the css file too.
Regards,
Deepraj D