- Screen name: prrao3
prrao3's Profile
5 Posts
4 Responses
0
Followers
Show:
- Expanded view
- List view
Private Message
- 30-Jan-2013 10:23 PM
- Forum: jQuery Mobile
Hi this is my body for the page.- <div data-role="content" >
- <div align="left">
- <h3> Video</h3>
- <iframe width="300" height="300" src="http://www.youtube.com/embed/dR8lt_NkfDI?rel=0"
- frameborder="0" allowfullscreen></iframe>
- </div>
But I can only listen to the audio and no video is being shown. Anyway i can fix this?- 11-Jan-2013 05:45 PM
- Forum: jQuery Mobile
Hi ,in my Android JQM app , i have a tabbed layout of 5 tabs in navbar .Each tab is like a persistent header.The Following is code for 2nd tab. Now how can i implement swiping across multiple tabs?- <div data-role="header" data-position="fixed" data-id="headernav">
- <h1>Header1</h1>
- <a href="index.html" class="ui-btn-left" data-icon="home">Home</a>
- <div data-role="navbar">
- <ul>
- <li>
- <a href=" Description.html" data-transition="slide" ><b>Description </b></a>
- </li>
- <li>
- <a href="illustration3.html" data-transition="slide" class="ui-btn-active ui-state-persist" ><b>Illustration</b></a>
- </li>
- <li>
- <a href=" Complications.html" data-transition="slide" ><b>Complications</b></a>
- </li>
- <li>
- <a href="Indications.html" data-transition="slide" ><b>Indications</b></a>
- </li>
- <li>
- <a href="Equipment.html" data-transition="slide"><b>Equipment</b></a>
- </li>
- </ul>
- </div>
- </div>
- 10-Jan-2013 04:58 PM
- Forum: jQuery Mobile
Hello,i am trying to implement pinch to zoom in an android app. Right now i just point to an image in content tag.- <div data-role="content">
- <!-- <img src="picture3.jpg" width="600" height="830"/>-->
- </div>
Now how can i implement pinch to zoom on this image?Any suggestions?- 03-Dec-2012 07:59 PM
- Forum: jQuery Mobile
Here is my code -http://jsfiddle.net/aVkgp/201/.I have a menu bar with 2 dropdowns in header - one dropdown to left and one dropdown to right.Now , left-dropdown has 5 options in it and right-dropdown has 5 options .I want condition somethign like this -if (left dropdown=="LD1") && (right dropdown=="RD1") - create an link to 11.htmlif (left dropdown=="LD2") && (right dropdown=="RD2") - create an link to 21.htmlif (left dropdown=="LD2") && (right dropdown=="RD3") - create an link to 23.htmlI have been working on this for a long time without much success . Can somebody please guide me in thisEdit 1 -updated conditionHello i am trying to make a JQM Webapp with 2 drop downs in menu bar something like -
Menu 1 Title of Page SubMenu 1
-------------------------------------------------------------------------------------------------------------------------------Menu1 has 5 Main options and Menu2 has 5 sub options ,
like if user selects a option from [First Menu ] 5 options will show up in Submenu1 and there will be an HTML page for each submenu. [so total there will be 25 pages] like
Menu1 --Submenu1 --A new page [menu1-submenu1.html]
Menu1 --Submenu2 --A new page [menu1-submenu2.html]
Menu1 --Submenu3 --A new page [menu1-submenu3.html]
Menu1 --Submenu4 --A new page [menu1-submenu4.html]
Menu1 --Submenu5 ---A new page[menu1-submenu5.html]
Menu2 --Submenu1 - --A new page [menu2-submenu1.html]
Menu2 --Submenu2 - --A new page [menu2-submenu2.html]
Menu2 --Submenu3 - --A new page [menu2-submenu3.html]
....................................
How can i do event handling for this?
The following code i have gives me a basic GUI for my task-http://jsfiddle.net/aVkgp/
- «Prev
- Next »
Moderate user : prrao3
© 2012 jQuery Foundation
Sponsored by
and others.


