Can't print all selected results from a custom select menu in JQM 1.1.1
With custom select menus, I am finding no way to show "all options were selected". Is there a way with ether javascript or PHP to show what options were selected from a single custom select menu? This is the code I have in my HTML <div id="ordersteak" data-role="fieldcontain"> <label id="labelsteak" for="select-steaks" class="select">Steak</label> <select name="select-steaks" id="select-steaks" multiple="multiple" data-native-menu="false"> <option>choose
Icons show up on desktop, but not on mobile ...
I'm having trouble getting my right icons to work on mobile devices. I'm really trying to customize the site, so that may be the issue. However, the icons show up fine on my desktop browser. They just don't work on mobile (iOS or Android). Any suggestions? http://test.printing.umn.edu/boyntonmob/hourslocs.html
Retaining Default Button Style
When you use the onClick event handler on a button, it prevents JQM from adding the ui-btn-down style to the button when touched (ie. the button doesn't turn blue). For example: <a href="#" onclick="testThis();" data-role="button" data-icon="arrow-r" data-iconpos="right" data-ajax="false">Launch Something</a> Is there a simple way to use onclick while still allowing JQM to toggle the button style as normal? thanks.
i don't know where i did mistake in jquery?
Dear Team, I am using Phonegap 1.9.0 with windowsphone. i am trying to consume my webservice in to my application but i don't know why it 's not fire the function? here my webservice.asmx.cs Myservice.asmx.cs [WebService(Namespace = "http://tempuri.org/")] [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)] [System.ComponentModel.ToolboxItem(false)] [System.Web.Script.Services.ScriptService] public class Service1 : System.Web.Services.WebService { [WebMethod] [WebInvoke(Method = "POST",
JQuery Mobile Display not working when page refresh
Hello friend i have some problem with jquery mobile display if i refresh the page site, jqm not working. looks like using HTML 5.. any ideas? thx before :D
add paperclip to icons
Hi, any chance of getting a paperclip added to the default suite if icons? thanks Matt
jQuery.mobilize is now jQuery.fn.page
I just converted jQuery.mobilize to a widget which is exposed as jQuery.fn.page (and jQuery.mobile.page for the actual constructor). Now instead of jQuery.mobilize( jQuery( ".ui-page" ) ); You'll use the more common form: jQuery( ".ui-page" ).page(); Along with this change, the beforeload and load events have been renamed to pagebeforecreate and pagecreate. If you call event.preventDefault() on the pagebeforecreate event, the page initialization will not run. There is also no longer a data-mobilized
hash/url problems with query strings/dynamic content
Hi folks, Working on implementing JQuery Mobile for a client's site and running into some hash/url problems. Not sure if I've seen a post that highlights this issue directly, though this one may be touching on some of the same issues. I'm trying to use the changePage method to navigate between URLs (no sub-pages). The client's url's don't have filenames, which is to say that their home page looks something like: FakeClient.com/mobile/home Their article pages look as such: FakeClient.com/mobile/article?id=100
Back button not working after changePage()
I am having the following repeatable problem. 1. Click <List> button to enter listview page. 2. Click listview item which triggers changePage(). 3. Click <list> button to enter listview page. 4. Click <Back> button on listview page. Button doesn't respond. Running in Android emulator and Chrome 10. Code follows <!DOCTYPE html> <html> <head> <link rel="stylesheet" href="http://code.jquery.com/mobile/1.0a3/jquery.mobile-1.0a3.min.css" /> <script src="http://code.jquery.com/jquery-1.5.min.js"></script>
Tab using jquery mobile?
Hi, I need 4 tabs with image feature?.i have gone through documentation but was unable to find please help. Thanks & Regards, Nithya
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?
Parse Error jq 1.5x on Iphone Safari
i am developing a mobile version of our website. when i use <script src="mobile/jquery-1.5.1.min.js"></script>i'll get a parse error on line 1 in safari on iphone. when i use the uncompressed version i get a parse error in line 2192 strange is, when i use the hosted version <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>the page works perfect. with jquery-1.4.4 it is no problem. but with both 1.5 versions (1.5 and 1.5.1) i get the parse error on my iphone.
Support for Blackberry 5
Hi guys, Now that the new release of JQuery Mobile is out what about support for Blackberry O.S. 5? Would there be any? Can we get and ETA on when it will/ might be available?
Dialog parameters
Hi I was trying to use a dialog by specifying data-role="dialog" which works great. The issue I have is that when I pass this page a parameter in the format eventdialog.html?id=123 then I seem to be unable to retrieve this parameter via urlUtil.getUrlVars()["id"]. If I alter the dialog page to a data-role="page" then the above method works fine. I was wondering if this is an issue, something daft I am doing or if there is a way of doing this with a dialog? Many thanks
How to modify some $.mobile.changePage inner workings
Hi, Is there an elegant way to modify some of the (private) inner funciton of the changePage method without rewriting the whole function ? I wonder if those inner function will be exposed to $.mobile as methods some day ? To another pointer ? The changePage is a big method and may need some refactoring in certain circumstance. Any good advice appreciated. Thanks
Flip Switch - is it possible to detect changes as they happen (onchange)?
Hi guys, I have spent hours on this and got nowhere so I'm assuming it's not yet possible to detect when a flip switch is changed? I'm using this kind of code: <div data-role="fieldcontain"> <label for="audioOn">Play Audio:</label> <select name="audioOn" id="audioOn" data-role="slider"> <option value="off">Off</option> <option value="on">On</option> </select> </div> Now I can bind an onchange event to the select element and it works but, it seems to fire many times during
How to get a enter key-event by the Android ?
Hello I know that enter-key number is 13. It's a possible to check enter-key event ! function OnKey_Up(event) { var keyCode = event.keyCode ? event.keyCode : event.which ? event.which : event.charCode; if (keyCode == 13) { ...... } } but the android device didn't checked !! how to make a event for the Enter-key by the Android ?
How Can I Help?
I've been using jQuery mobile for a few months now and I love it! I'm looking for a way to give back. I fancy myself a pretty decent JavaScript developer, so I'd love to tackle a bug or two, is there any convention for claiming a bug or knowing if a bug is being worked on by somebody else? -Eric
Timeline for a jQuery Mobile 1.0 release?
Hi all. I'm evaluating jQuery Mobile for a project in 2011 and I'm wondering if there's a timeline available for a 1.0 release... anyone? Thanks! Rich
Disable JQuery Mobile Loading Indicatore
Hey, is there a possibility to disable the loading indicatore completly, to use a custom one. Because the jQM loading indicatore is triggered on page changes and stops after the page is shown. In my case this is not the best idea because I loading Ajax and waiting for the response. I tried to find something in the configurable defaults, but I didn't find it. Also it would be cool to update the loading text during the show process, like ... requesting data...binding data.... and stuff like that so
Dynamically change data-native-menu attribute on form selects
Hi all, I have a use case where I'd like to set the data-native-menu attribute on selects to true when the list gets really big but to false when it's less than 10 items. I tried setting the attribute and then do an $('#myelement').trigger('change'); but it doesn't seem to change the behavior. Can someone tell me how to actually dynamically change the behavior? Changing the attribute alone is obviously not enough :)
Javascript version of native UIPickerView Spinner
Hi, Has anyone developed a Javascript version of the native UIPickerView spinner ? I need one of these that is populated from a database and the data shown in each of the reels is dependant upon each other. For example: Reel 1 = Country Reel 2 = City Reel 3 = Football Team If a country is chosen then the second reel shows the appropriate countries. If a city is chosen then the third reel shoes the appropriate football teams. Anyone done this? Thanks
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
Upgrading from a3 to a4, forms are not submitting via AJAX
I've been pulling my hair out about this one. My forms submitted with AJAX with version a3, but all of a sudden well... it's not. My login form specifically is submitting without AJAX, here's the code as rendered in raw html: <form action="http://whatever.local/process_login" data-transition="fade" method="post"> <input type="hidden" name="no_back" value="1" /> <div data-role="fieldcontain" style="text-align: center;"> <input id="name" type="text" name="user" placeholder="User ID or
ToolBar Hide by Default on page load?
How can I change the default (or where is it?) of the ToolBar not to show when a page loads and not until the user taps on the body? Thnx!
active
Hi, there's a problem introduced either in Alpha 4 or Alpha 4.1 where the button does not revert to it's pre-clicked state. Before: <a data-role="button" href="#" class="ui-btn ui-btn-up-c" data-theme="c" ><span class="ui-btn-inner"><span class="ui-btn-text">My button</span></span></a> After: <a data-role="button" href="#" class="ui-btn ui-btn-active ui-btn-up-c" data-theme="c"><span class="ui-btn-inner"><span class="ui-btn-text">Save bring-up</span></span></a> I'm currently working around it like
$.mobile.changePage problem
I have two pages index.html and main.htm While I m trying to load main.htm from index.html by means of $.mobile.changePage("main.htm","slide"), its not working(main.htm is empty page). if suppose I add <img> tag inside the page main.htm then its working. I can't guess wats the issue will be. Can anyone provide me a solution or explain me about the why problem occurs. index.html <!DOCTYPE html> <html> <head> <meta charset="utf-8" ></meta> <META HTTP-EQUIV="Cache-Control" CONTENT="no-cache" ></META>
JQuery Mobile pages with .php extension
Hi all, Just a quick question. Do JQuery Mobile pages have to have the .htm / .html extension or can I have them as .php ? Thanks
Need help learning the basics of this
Are there any resources out there to help me learn this? I've checked out the demo and its source and it's definitely, to me, more challenging then coding a regular website. I only know how to do the front-end side of websites so this looks hard. I downloaded the css, js, images from the jquery mobile site and I'm trying to look at the code to figure out what's going on but because it's already written for me (like the css) I'm having a hard time figuring out how to make things work. I looked at
Customized Icon issue?
Hi, I am creating an app in jquery mobile which requires customized icon's the problem is when i implement the customized icon i am getting a round shaped icon rather thn displaying entire icon.please help me to solve this. Thanks & Regards, Nithya
Will there be really fixed "fixed" headers (without fading) in the final release?
Hi, Here's a question: Will there be fixed headers (or footers for that matter) which will be really fixed, and not fading in and out when you scroll as it is now? I ask because from all the iPhone apps I've ever tried - I've never seen any of them use the type of fadey headers that jquerymobile produces per default. It seems to me that the more "standard" header (which just stays on top, and your content scrolls freely underneath) would be easier to implement, even. I know that you have some new
In the jquery mobile alpha 1.0a4.1, HTML 5 tags are not working in android
Hi, I am using JQM 1.0a4.1 to develop android application. here i am using HTML 5 tags. In the web environment its working fine. In the android mobile, the validations are not working and <input type="file">, it shows Uploads disabled. I have 6 forms in my application. Please any body help me to use HTML 5 tags... .
How to stop iPhone confirmation on long button press?
If i click on a link button for a second or two, the iPhone will show a notification window asking if i want to open or cancel the press. The nature of the link is shown at the top of the window, i.e. "Javascript" or the path to the local file I may make all my links trigger through Javacript so a user does not see the file path. Would be nice to stop this appearing but guess it's unavoidable Has anyone found a work around?
How do I prevent a ListView Split Button link from calling the default action?
jQuery-1.4.1, jQuery Mobile, ASP.net, MVC 2.0 I'm using an anchor tag <a> in a list for deleting an object. The anchor href is dynamically set and acts as a split button. I want to pop up a dialog to confirm the delete before it's executed. The problem is that no matter what I return from the confirm dialog, the default action (ie. href link) is ALWAYS getting called. I stripped my code down to the basics shown below. Why doesn't 'returning false' prevent the href from being executed? <div data-role="content">
Using $.mobile.changePage to open a dialog on page load
Our web app, http://m.goba.mobi, uses dialogs for various settings screens. In our current situation we're acting upon an option a user clicked in an email. We'd like for a dialog to open when the page loads. We're using $.mobile.changePage to trigger the load, and the page does indeed load. The problem is that the dialog is missing the close button normally found in the top left corner. Is there a trick to opening a window programmatically and still keeping the close button? We're going to try
PageLoading block UI
Hi, Is it possible to block the UI when using $.mobile.pageLoading(false)? Thanks.
Grouped select
Hello, Does anyone knows if it's possible to group select like button ? Like this : http://jquerymobile.com/demos/1.0a4/#docs/forms/../../docs/buttons/buttons-grouped.html With that I'll be abble to build a light date picker... Thanks for your help !
Desperately looking for sample code or some advice
I am just starting on JQuery Mobile (giving up sencha touch) and found this rss reader url: http://net.tutsplus.com/tutorials/javascript-ajax/how-to-build-an-rss-reader-with-jquery-mobile-2/ It works great but this one has multiple rss feeds. I need something with the first part off, so that I read just one rss feed. Does anyone know where I could get some sample code or any ideas how to change this one so it reads just the one feed, going direct to the feed's list? Or any demos on reading RSS/ATOM
Problem in $.mobile.changePage
I was using $.mobile.changePage("sample.html", "slide"); method to load pages and I m trying it along with phonegap. The problem that i m facing is. If I modify the code in html page or else if I give some wrong script in jquery, as expected the $.mobile.changePage is not working. But after I m clearing my mistakes in jQuery/html pages, $.mobile.changePage still not working. After I m doing some zigzag things like deleting application, restarting system its working. I am trying with try catch too.
jQM Alpha 4
Hey @ all, the next question regarding the upgrade from Alpha 3 to Alpha 4. I have a page flow where you navigate from one page to another through listviews. So it's like a guided selection auf necessery options. In Alpha 3 it all worked perfektly I just use link tags within the listitems and pass the paramters through the hash. In Alpha 4 a tap on the listitem is somehow fired double and selekts also an option on the next page. i.e List one: tap on item 4 => navigation to next list page there is
Next Page