navbar - three columns per row for more than 5 navbar items
This is just a suggestion, and is more of an aesthetic one than functional, i just feel that when there are more than 5 nav items in a navbar, the buttons should wrap into three columns per row instead of the current two. I think it looks better and uses less vertical space. will be happy to provide an update if this is agreed upon.
Use bsmSelect with jQuery Mobile 1.4
The handling for multiple select's by default in jQuery Mobile 1.4 is not ideal. The following is a way of using bsmSelect, which is a user friendly way of interacting with multiple select's. The following is a working example:http://jsfiddle.net/WahKu/
Swipe/Scroll features add to widgets.
I understand the limitations and why you're only allowed to have 5 navbar items, but it would a good addition to add the ability to swipe to to show more items in a navbar. I know that theres the plugins like iScroll and Swipe.js that add on to the touch capabilities in Jquery Mobile, you're unable to target the navbar and create this effect. I know iPad allows users to have a scrollable navbar and its a great feature to add in the next release Also, the ability to automatically add a scrollable
Jackbone, a Framework to use Backbone.js with jQueryMobile
Hi, There is a bunch of solutions to integrate JQM with Backbone, most in the form of demo applications. But instead of having a bunch of people having to maintain their own copy of this code, I found it would be interesting to provide that as an external library. Jackbone is aiming to make JQM + Backbone multipages client applications painless. Main features include: a JQM-specialized View class a Router class a ViewManager that keeps rendered Views alive for a few minutes an optional Controller
Search field for tables
I would be very pleased if you add the same search widget of listviews for table widget. I'm providing the user extense table data in my app and they are asking me for that search box I have in listviews. Is it in your plans to build something similar? Thanks!
jQuery Mobile Forum Icon
FYI, I was looking at the "all forums" page and noticed that the jQM forums (2 total) show the standard jQuery icon/logo. Thought it would be a good idea to switch those to the jQM icon, since jQuery UI and QUnit have their own. Just an idea.
Input type=search and numeric pad
Hi, i need to implement a search input where user type only digits (search items in a list that contain only numbers). If i write: <input type="search" id="searchBox" name="searchBox" /> it is rendered like a input text (it's a input with type=text) with a search icon and, when it's present data, a cancel button. But, in a mobile device, when user focus to search box must be appear native numeric keypad. It's possible to add a data property like data-search-type with values (freetext, text, url,
Proposed addition to slider: auto-adjusting
Hi, in my app I'm using sliders to enter a number. The number can be arbitrarily large (addition: but greater than zero), even if *usually* it is within a certain range, so with a slider I have the problem that it requires a "max" value. Conventional inputs just look awful, though, and are harder to use. So it would be neat if the slider, if wanted, adjusts its own range upon selecting either the min or max value. I implemented it using the slidestop event, but maybe I'm not the only one who'd like
Proposed Addition to Collapsible Set
Basically my problem was trying to have a dynamic collapsible set that BEFORE expansion would see if content was loaded, and if not would inject it using AJAX. The only thing I have been able to confirm working is the bind event of expand and collapse. What I would like to see added is a "beforeexpand" or "click". The problem as it is now the expand fires showing a blank space before filling with content. In a perfect world after a user clicks we could do whatever check we wanted and then the
Add a summary in doc
Hi guys, It could be a great thing, in documentation pages like this one http://jquerymobile.com/demos/1.2.0/docs/api/methods.html , if there is a summary of main topics. Currently, you have to scrolled all the page to find one method you're searching for. If you're lucky, you find it at first place. But it works once... Thanks for your work. Hoping my idea will help somebody somewhere ************************************************************************* jQuery, jQuery UI, jQuery Mobile and QUnit
Adding RTL property to the page
Hello, I have been working on RTL support for jQuery Mobile and you asked on twitter how to make this more maintainable. I suggest adding an RTL property to the page class/element; then check this property before setting any button/icon default positions and check it in sliders code as shown below; then make another RTL CSS file that overrides/reverses some values (floats, margins, text-direction.. etc) which users can simply link when RTL support is needed. Here is my idea: 1) Make a property for
Please get jQuery and jQuery Mobile teams to agree on version compatibility
The jQuery and jQuery Mobile teams have repeatedly made conflicting statements about version compatibility, and this has just occurred once again. This is from yesterday's release announcement for jQuery 1.8.1: Use jQuery UI 1.8.23 and jQuery Mobile 1.1.1 or later for best compatibility with jQuery core 1.8.1. At the same time, the jQuery Mobile development blog says: Support for jQuery 1.7.2 (and soon 1.8) jQuery Mobile 1.2 now supports versions 1.6.4, 1.7.1, and 1.7.2 of jQuery core. We recommend
Proposal: $.mobile.pageTransitionFilter
One common issue I've been hitting again and again is how to work with jQM's default click handling when you want to interface directly with a rest api. jQM's default page handling framework (where it expects jQM style HTML from the server) is great for lots of projects -- making it easy to bootstrap, but it becomes a burden for other things like Phonegap style apps where we have limits around how we deploy (i.e., localizing all html pages vs. accessing them remotely). In Phonegap's case, you will
add paperclip to icons
Hi, any chance of getting a paperclip added to the default suite if icons? thanks Matt
Scaled CSS framework for Blackberry 5
I really love the idea of the jquerymobile as it makes ui development ALOT easier specially for backend developers but I have been trying to use the JQueryMobile on blackberry 5 and I must say it really has been challenging. I am aware that work is being done to work out the quirks where this is concern but has anyone thought of just using the CSS only of jquerymobile? Can a "scaled down" version be made from it to support Blackberry 5?
Suggestion: Allow overriding of plugins during init
Hi, I'd like to make a suggestion, which if you guys think is ok I'd like to try out in my own fork and let you know how it turns out. I'm working on making a SplitView for jQueryMobile that will allow pages to be rendered in two columns for tablets(e.g. ipad) and desktops, and a standard single column for mobile apps - using media query to determine how to render the page layouts. I'm finding that the fixHeaderFooter toolbars give me a lot of problems, with the css settings for top not getting
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
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
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