jQM Alpha 4, where is the fileUrl?
Hey, when I started on jQm A3 i parsed all the parameters depending on the fileURL on the Window Object set by jQM a3. Where has it gone ^^? is there s.th. new?
collapsible LI heading cut off
The header in a collapsible LI is getting cut off. Is there a way to display the entire text ? Pls advice In this example : This is option one click here <ul data-role="listview" data-inset="true" data-splittheme="e" data-spliticon="plus" > <li data-role="list-header" data-theme="e">Here is some info</li> <li> <div data-role="collapsible" data-collapsed="true" data-theme="d"> <h5 style="white-space:pre-wrap;" >This is option one click here </h5>
JQM version of JQuery form wizard?
Before I go create something that will write out the div data role tags, is there a version of the JQuery Form Wizard written to produce the output required by JQuery Mobile? The JQuery form wizard (which seems awesome) is located here: http://thecodemine.org/#_demoForm=confirmation Thanks in advance!
alpha 4 release date?
thanks for a great framework. I heard a4 will have a major update of click/tap events being quicker etc. I was wondering if you have an approximate release date for this yet? Thanks!
Need to know the url that changePage is going to beforepageshow/create
In my phonegap app, I have pages that execute page specific JS when the page is loaded. Some of them have a need to know the query params used to get that page. Using location.href won't work since the hashChange hasn't happened yet when the page specific js is called. Similar to $.mobile.activePage, I think it would be useful to have a way for devs to access the location.href of the page that is being fetched. Currently, I have workaround this by setting a property on my global object: wc.currentHref
Testing jquery application & calling page by id?
Hi all, Please help regarding the testing of the application of jquery mobile i am trying to port my application to iphone as of now i have no device access i am testing the application using safari by setting user agent.is there is any other way to test the application like emulator in case of nokia platforms.my framework is groovy and grails using jquery to change the luk and feel when i am using <div data-role="page" id="pageid"> when i am calling the same id from some other page it is not working
data-nobackbtn="true" / data-backbtn="false" does NOT adhere for ListView child pages!!
Hi - I've got a ListView navigation (UL). Since the back button doesn't appear to work, I've tried to hide it. The various implementation of Jquery hiding the back button work on the first page, but not on subsequent "child" levels. Help! Logic would dictate that if you apply a "no back button" to an element, it should adhere for all child elements. For instance: <div data-role="header" nobackbtn="true"> <ul data=role="listview"> <li>menu 1</li> <-- Back button hidden
Demo checkboxes have non-existent class
Hi, I notice that that the checkboxes have been assigned a non-existent class as bolded below: <span class="ui-icon ui-icon-ui-icon-checkbox-off ui-icon-checkbox-off"></span> (this is also occurring in your demo here: http://jquerymobile.com/demos/1.0a3/#docs/forms/forms-checkboxes.html) cheers Matt
dataType needs to be set on $.ajax calls for apps using file:///
Reposting from bug report on https://github.com/jquery/jquery-mobile/issues/1308 I'm building a PhoneGap app using jQM and found that the $.ajax call inside $.mobile.changePage does not set the dataType to "html." Because of this, webkit loads the page (located at file://some/path//page.html) as a "Document" object rather than just straight up html. jQM expects the response to be an html string rather than a Document object. This causes line 2057 (in jqm 1.0a3) to fail to find the element: to = all.find('[data-role="page"],
what is the purpose of isPageTransitioning and pageTransitionQueue?
Hi, I'm just wondering what is the purpose of these two variables - what is it that it is meant to achieve? am working on some plugins for jQm and have some problems with these - would like to know what they are for so i can determine how to work around them. Thanks!
issue with select menu when iam getting options dynamically in alpha 3
Hi, iam using pure alpha 3 version,In my application, iam getting selectmenu options dynamically from json. when i click at first time,my select menu is not populating its options..but,it is working when i click Back button and move to prev page and again come to same page and if i click selectmenu its populating its data. can i know why the selectmenu is not populating its data at first click? Thanks, Dileep
Corner Rounding on Android 2.2
Here's a deployment that's using the latest release from github: www.cyclistthegreat.com If you look at this on Android, you'll notice that the gear icon, the home icon and even the back up have noticeably jagged edges and are essentially unusable in this state. It renders fine on desktop browsers and iPhone. I've checked the live demo site and see the same issues there, though they're not as noticeable if it blends in with the background color. Can this be fixed or should I revert to square borders?
Filtered list with separators: How to exclude the separator from the search?
I love listviews in JQueryMobile. They're fast, effective and with the instant filter they're also very user friendly. I just don't like that I don't see a way to exclude the separators from the search. Imagine a list view that has a bunch of car brands and their associated models. Now when I search for a model I do not want to see any of the categories anymore, just because they also contain a part of the text I'm searching for. Now it seems that some model belongs to a brand that happens to also
Event-Pageshow not working
Hi, I am new jmob i am using event handling function but my page is not showing any alerts. <script type="text/javascript"> $( '[data-role=page]' ).live('pageshow', function(event){ alert("page show event); }); </script> <div data-role="page" > </div> please help Thanks & Regards, Nithya
Adding images to icons?
Hi, I am new to jquery mobile how can i add icon or images to buttons in jquery mobile.please help. Thanks & Regards, Nithya
Page Transition and Address Bar
Hi, I am working on my first jquery mobile project and am having an issue with hiding my address bar when a new page is loaded on my iphone...basically, it isn't happening. I have tried <meta name="viewport" content="height=device-height,width=device-width" > but that stops landscape mode working. Here is a link: http://iamphiljames.co.uk/test/absorb_mobile Can anyone help?
Limit of the cooperation of HTML 5 and JQueryMobile
I can't correctly display the "select" result of my HTML 5 database : is it a limit of the cooperation of HTML v5 with JQueryMobile, When I use HTML basic elements between these closure I can view the correct display in the "listview" HTML object : $(document).bind("mobileinit", function(){ // Waiting for JQueryMobile loading $(document).ready(function() { // Waiting for DOM loading $('#listviewCarnets').append( "<li><a id=\"carnetAffich1\" rel=\"external\" href=\"pagecarnetAffich.php\">Carnet
getting started with jquery mobile?.please help
Hi My name is Nithya.I am new to jquery and this forum.could some one help me out to get started.I am planning for developing an app using jquery mobile.I can see documentation of jquery mobile but whether there is any pdf offline version any help is appreciated. Thanks & Regards, Nithya/
IE 7 and unit tests
I tryed t execute unit tests under windows phone 7 and lates github sources but received blank page. I've done investigation and it seems like the problem is in jquery.mobile.page function _create() never executes. Same behaviour under IE 8 compatibility mode. But the most interesting is why the code works fine in demo part but fails in tests. Can any one explaine the difference between code execution under test suit and demo part? Is there any way to execute test and demo in same environment? Can
URL/URI and path styles for navigation
A few months ago I was pretty excited to run into jQuery mobile. I needed to write a mobile app and being a pretty big fan of jQuery I figured it would be a great fit. I immediately started running into issues with the way that jQuery mobile was handling URLs for its fancy AJAX navigation. I found some temporary workarounds (mainly by way of disabling AJAX entirely for all form submission and about 50% of the links) in the hopes that it would be fixed sooner rather than later. The problem Almost
jquerymobile CSS and n97 support...
Hi all, ive been creating a mobile site for veepiz and i have fallen on a few snags.... i happened to fall on a nokia n97 and tried the website. no css was applied to the website.... and i couldnt login... after some digging i came up with this <script type="text/javascript"> $(document).bind("mobileinit", function(){ $.mobile.ajaxEnabled = false; $.mobile.ajaxFormsEnabled = false; $.mobile.ajaxLinksEnabled = false;
SSE is not supporting in android.
Hi , am using jquerymobile alpha3.. in that am using SSE for rendering the events from server but its not supportted by the android....insted of that what can i use to get the server events in which it should support in all the emulators ... Thanks, Suresh
Persistent footers between transitions don't work anymore (since alpha 3)
Hello, I've updated an application from the jQueryMobile (alpha 2) to jQueryMobile (alpha 3) and now the footer isn't persistant anymore during transitions . I've set the "data-position" attribute to "fixed" and gave all footers the same "data-id" attribute. I've seen that the persistent footer also don't work in the jQueryMobile (alpha 3) demo too (on iPhone and Safari-Browser). (http://jquerymobile.com/demos/1.0a3/#docs/toolbars/footer-persist-a.html) Is that a known problem since alpha
Utility: adding capability detection based on user-agent: $.mobile.capability() = 'FULL' | 'PARTIAL' | 'NO'
That would be really useful if the following function could be added to the $.mobile interface: $.mobile.capability() Return 'FULL', 'PARTIAL', 'NO' Implementing this function is pretty straightforward using the mobile user-agent if we could have access to a exhaustive list of jquery supported mobile devices. Thanks! -stan
Slide Down navBar via the ToolBar?
Hi. Has anyone implemented a slide-down navBar from the ToolBar? I am using a "Fullscreen" position mode Toolbar and displaying the navBar with it when the body is tapped is non-desirable. I would like the user to tap on the body to open the toolbar as usual but not display the navBar until they tap on a button within the Toolbar. Any ideas or code snippets? Any help will be appreciated: I'm a newbie to jQ (Java). Thnx!
In alpha 3 when we get dynamically data for selectmenu...for the first click selectmenu is not working
iam getting data from json for the select menu...for the first click its not opening..when i click back button and move again to same page and click select menu,then,its working....can any one suggest me?
A Simple Login Form with JQuery + ASP.NET 2.0 + Table adapters
Hello, can anybody please help me to solve the login form problems that was developed by JQuery and ASP.NET 2.0 in webform. Table adapters are used to access database data. The problems I am facing: -Although correct username and password are already submitted, the form cannot redirected to home.aspx. The login page is continually showed. I think the problems are login.aspx file but I am not sure about it.
mobile safari/chrome dynamic html render issue
hi! i am developing twitter mobile app. 1. http://m.allcomelabs.com/wap/w.0.0.3/ 2. click [t connect] 3. log in 4. select gift 5. click [continue] 6. problem here friends should be load, but not loading. it's loading in opera mini browser all_in_js.js 472/473 line thanx.
ListView Back Button Not Working in iPhone - example for Jquery folks
Hi guys - Please try your demo: http://jquerymobile.com/demos/1.0a3/docs/lists/lists-nested.html using an iPhone or simulator - navigate down a nested list (a UL with data-role=listview). I'm using BlackBaud Lab's iPhone simulator, which exhibits the "back button not working" issue: http://labs.blackbaud.com/NetCommunity/Page.aspx?pid=249 This will illustrate how the Back button doesn't work on ListView doesn't work on your own example. Thanks!
Orientation change
I am using alpha 3 with phonegap and am experiencing an issue when the device is rotated. I have several pages but have noticed that once the device is changed from portrait to landscape (or vice-versa) then the application is returned to my index.html page. I wondered if anyone else had experienced this issue. I have tried the demos on the JQM website and these behave correctly. Cheers for any help
Using scrollview locally
Has anyone had any luck using scrollview locally (file:///)? I have it working on my webserver, but when I copy it down to use locally it breaks both chrome and safari.
How can I make a jQuery Mobile List scrollable with a fixed height?
Hey, I want to have a list of contacts, which are longer than the screen on a iPad. But the list should have a fixed height and with a native scrollable feel the user can navigate to all contacts. So how can I implement the fixed height and the native feel? Thanks for every help. Fabian
Specifications of jQueryMobile
Are there the specifications of jQueryMobile? Are there the function specifications of jQueryMobile? Are the specifications examined of jQueryMobile? Please teach.
Create a date field in jquery mobile
Hi I've got a question about the DATE field. I've created a form with Jquery Mobile and I've got a field with type DATE. How I can use the native datapicker (such as iophone weel)?! Now my field seems a normal text field.. Thank's, Davide Here the code: <div data-role="fieldcontain"> <label for="data_acquisto">Data di acquisto</label> <input type="date" name="data_acquisto" id="data_acquisto" required="required" /> </div>
Can bug fix be requested from ?
When a bug cause is not jQueryMobile(For example, HTML5(Platform) or Operating System or a mobile device is bug cause), Is jQueryMobile corrected? Can jQueryMobile be corrected? Can an avoid measure be taken out? Can bug fix be requested from, for example, Apple Inc, Microsoft Corporation, Google Inc, Nokia Corporation… Or is it necessary to wait until it is corrected? Please teach.
Online update
Does jQueryMobile support onlineupdate (for example, WindowsUpdate)? Please teach.
he quality level of the present jQueryMobile
I want to know the quality level of the present jQueryMobile. Are there something which show it?
When a bug fix becomes late, are there any avoid measure?
When a bug fix becomes late, are there any avoid measure? Please teach.
The relevance of function and source in jQuery
Is there the relevance of function and source in jQuery Mobile? I want to know the cotents of relevance. Please teach.
Are there the processes, such as reviews, in jQueryMobile?
Are there the processes, such as reviews, in jQueryMobile? Please teach.
Next Page