How is the function development made?
How is the function development made? Please teach.
For having a bug fixed preferentially
For having a bug fixed preferentially,What should I do? Please teach.
About bug fix
How is the corrected bug chosen? the order of priority? Vote? Judgment of a jQueryMobile development team?
jQueryMobile testing
Who is testing jQueryMobile? How is it testing jQueryMobile? Is there the test policy of jQueryMobile? Is there the test plan of jQueryMobile? Is it shown? Can I look it? Please teach.
Bugfix in listview filter
It seems that the search input is added on every refresh. Here is a small bugfix for this. Also, I added a bind on the submit button so that the keyboard disappear on submit. See changes in green in the below code. Cheers /* * jQuery Mobile Framework : "listview" filter extension * Copyright (c) jQuery Project * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * @Modified from the original version ( bugfix where filter bar was inserted on every refresh, also binded
My new Jquery Mobile App
Hi all, I developed a little application for classified ads, proposal for a client and would like to share, for the sample of articles I am using the plugin to 360 of the product vision http://www.stableflow.com/downloads/jquery-plugins/360-degrees-product-view/ I hope I hope you like it criticism and recommendations to improve my work, wasdeveloped with jqm am about to migrate to 1.0a2 1.0a3 The link to my application is: http://desarrollaenweb.com/clasificados/ Atte. Jose Luis Oronoz Troconis Email:
What is the Project Map of jQuery Mobile ?
What is the Project Map of jQuery Mobile ? When can we see final built of jQuery Mobile ?
How to disable automatic ajax calls when dynamically creating pages
Instead of using ajax calls, I create and inject pages into the $.mobile.pageContainer. http://stackoverflow.com/questions/5048360/dynamically-creating-jquery-mobile-pages-using-jquery-templates When I want to access a page with a hash tag (one that is generated in my onReady function), jQuery mobile tries to make an ajax call. It fails. When my onReady function is called, I have to check the url and call $.mobile.changePage() to make it show up. var loc = window.location.href; var loc
JQuery Mobile Select menu -- How to control the select pop up size ?
hi, I am using the select menu in my mobile app. The menu is on the extreme right of the screen in the header section . so whenever i click the select menu, the pop up appears on the right side and seems like its cut at right. So is there any method / hack by which i can control the width/height of the select pop up ? If not , is there any method which makes the pop up appear in the middle of the screen (instead to its right) ? Please reply ASAP .
Call function only after login, reloading main page; clearing cache?
Our mobile website at http://m.Goba.mobi has a login on the main page. After login I need to call a method which will begin polling for data. I'm not sure of the best way to go about this since jQuery Mobile strips <script> blocks from page calls, and also caches the header and footer. Can someone give me some input on this?
Unable to get taphold to fire on Android 2.2
I am unable to get the taphold event to fire on an Android 2.2 device. I am binding it in the same way as the swipeleft and swipright events on the same page and they fire without issue. $('body').bind('taphold', function (e) { navigator.notification.alert( 'You tapped and held!' ); //e.stopImmediatePropagation(); return false; } ); $('body').bind('swipeleft', function (e) { // navigator.notification.alert('You swiped left!'); $('#calendar').fullCalendar('next');
logo on nexted list
I have a page with nested loops (3 nested). my question is how can I display the logo which I use in the page header? another question I have, which is also related to nested list. once I use the nested list, from one list to another list, the heading is coming with color theam 'b'. In the headeings I have button, which I want to display in diffent theam. how is it possitble? Please advice
Google's "FastButton" -- try this.
I recently stumbled across a post from a Google employee about an optimization they came up with that makes touch buttons much faster here: http://code.google.com/mobile/articles/fast_buttons.html Based on that I did some testing and on my iphone/ipad indeed button pushing is almost instantaneous -- noticably faster than using a jquery mobile 1.0a3 button. I realize that I am not skilled enough to figure out how to incorporate it into jQuery mobile, but I figured Id share the code I used for
Side-by-side layout for nested lists on tablets?
Are there any provisions in JQM for wide screen or tablet formats? Assuming the nested list shown below, on a phone I might like to see "folder 1" and "folder 2" stacked vertically and slide transitions to the nested data (i.e. the default JQM behavior). However on a tablet with more horizontal space I might like to see them laid out side-by-side with the contents of the currently-selected folder ("item 1, item 2") to the right of the folder list. Here's the sample nested list: <div data-role="content">
How to prevent go back to previous page
I just have a page and a link in this page to another page(maybe inner page for muitlpage document or physical page). when I navigator to another page I dont want go back for any reason. actully I considerate first page as splash page. gratful for any help. thanks
Overriding themes
Hi Anyone know if it's possible to override a style attribute from a jQuery Mobile theme using in page js / inline styles / html? Cheers
Form Submission
Form submission seems could use a little more flexibility. Would be nice if: 1. Could decide whether to submit a form using AJAX or HTTP on a form-by-form basis 2. Sometimes when submit a form, may want to go to an arbitrary "page" (i.e. already loaded subpage). But seems can't do this since action determines both the AJAX call and the page you go to next (if i understand things correctly). May be better to separate these things into separate variables. 3. Formally exposing a callback from
Any plans to integrate ben almans resize event plugin ?
I am writing an app which also should run on desktop browsers (which do have resizable screensize and which do fire resize events very browser dependent). http://benalman.com/code/projects/jquery-resize/docs/files/jquery-ba-resize-js.html throttles the resize events if necessary. So my suggestion is to integrate this plugin into jquerymobile, too make the resize event consistent among non-mobile browsers. But if it is a design choice to optimize only for mobile, I do understand, I appreciate a reply
Need help with model dialog
Hi All, I am having problem with dialog. I have a button on the page, for eg. 'Submit'. when I click on 'Submit' button I want to show confirmation message which is in a separate html file called 'thankyou.html'. Problem is when I click it opens but doesn't apply styles, just plain text with black background and no close button. I followed exact tutorial given at http://jquerymobile.com/demos/1.0a2/#docs/pages/docs-dialogs.html. If I open 'thankyou.html' it works just fine! (applies styles and shows
f.document.body is null issue in alpha2 release version in jquery mobile
I worked on jqeury mobile alpha1 releaed. my app working fine. now I changed my working version as alpha 2 then i have an issue " f.document.body is null". I didnt get why the issue came. I foolw the instuctions to upload the javascripts and css files. please give me a suggestion ....... thank you.
Testing
How are you guys testing? From the article : http://jquerymobile.com/2010/11/jquery-mobile-alpha-2-released/ it looks like it's mostly manual testing. What are you using? I'm wondering if a Selenium for mobile would be useful? Is someone working on this? I know nothing about mobile development, but I'm interested in helping mobile testing.
gps and jquery
is it possible to get the gps of the location of the mobile in jqeury? someting like this: http://jqtouch.com/preview/demos/ext_location/#
More than one data-role="page" in a single file?
The current sample set of pages seem to all refer to external pages via links. Every page that is loaded has one data-role="page" element in it. Are we planning on supporting the case where a single document contains several pages (several data-role="page" elements) ala jQTouch? - Kin
Best Practice for adding click handlers on pages with headers/footers?
Adding a click handler to elements on the page is a very common thing. I noticed that if I use headers/footers, tapping/clicking on an element to trigger its handler also causes the header/footer to toggle, which isn't what was intended. Does this mean that developers are going to have to get into the habit of stopping propagation in their handlers when they use headers/footers? If so, we probably need to document that.
Theme suffixes
So as I read the various implementations for the widgets, I notice that we inject content around, and inside, elements and add various ui-* classes. What do the single lettered suffixes at the end of ui-* class names mean? For example, I've seen classes that end in "-a", "-c", and "-f". I guess an example would be "ui-btn-up-f". - Kin
How are people going to use the .js source in real-world applications?
So I'm starting to build out a real-world mobile app site using the jquery-mobile source. I believe all of the samples include the source via src="js/all" which translates to executing combine.php which generates a single file with all of the scripts included in a specific order. When this stuff is released for public consumption, and perhaps placed on a CDN, is it going to be a single jquery.mobile.js file ("the whole shebang")? Or is it going to be the single js source files ("include what you