Questions tagged as 'jquery-mobile'

1
answer

jQuery Mobile does not allow internal links

I'm creating HTML 5 application sketch to run on mobile device. In my project, I needed to use different versions of jQuery for the events to work: <script src="js/jquery-1.11.3.min.js"></script> <script src="js/jquery.mo...
asked by 11.01.2017 / 16:48
1
answer

Display error in jquery mobile table

Hello, I'm trying to display some data that I get by ajax and put them in a responsive table using the Jquery Mobile framework. The problem is that the first time I do the operation, it works normally, but already the second time, some elemen...
asked by 31.05.2016 / 09:46
1
answer

activate mobile phone keypad as soon as the page loads

I already put the autofocus attribute in the input, then when the page loads the focus is in the input, but only that the keyboard of the cell phone is not activating .. <input type="search" name="password" id="search" value="" placeholder=...
asked by 26.10.2015 / 15:28
1
answer

Handle jQuery array objects

I have a li that receives several values, they have the same class. I need to get these values and move to hidden fields to send via $ _POST to a PHP page. I've been able to get the data I need, but I need to pass this data one by one. $...
asked by 03.08.2015 / 23:23
1
answer

How to know when Collapsible expands or closes?

I have a collapsible , and when it is expanded I want to add elements in it, and when it is collapsed I want to delete the elements. I am currently using the following form: <div id="expansorTurma" data-role="collapsible"> <h4 i...
asked by 05.06.2015 / 00:29
1
answer

Get input value with jquery mobile

I'm trying to get the value of a input and a textarea with jquery mobile and add the values inside a div using append() only that it's not working? Can someone tell me where I'm wrong? The input and the t...
asked by 12.04.2015 / 01:10
1
answer

jQuery Mobile: page events

I can not fully understand the jQuery Mobile page events hierarchy. How do I assemble the entire contents of an HTML page (and its modifications) and only present it to the user end when the page is ready? For example: I use a JS funct...
asked by 10.05.2014 / 04:42
1
answer

Like button Facebook custom

Is there any way to customize or build the Facebook button strong>? I would like a custom because the original does not fit the design of the mobile app I'm developing.     
asked by 26.05.2014 / 00:02
1
answer

Error invoking function in the onclick Ionic

I have a menu with several items, each item has a% ex_%: <ion-side-menus> <ion-side-menu-content text-align="center"> <ion-nav-bar class="bar-calm" aling-title="left"> <ion-nav-back-button> </ion-n...
asked by 09.03.2017 / 00:02
0
answers

I'm programming for PHONEGAP and JQUERY MOBILE does not work on the pages I'm loading

I'm programming for PHONEGAP and when I load a page per load within my code I can not use any type of selector or Jquery for that code. Example <script> (document).ready{function(){ ("#botao1").click( //acao...
asked by 20.01.2017 / 23:33