Questions tagged as 'jquery-mobile'

1
answer

Recover Mysql data and save to a vector

Reformulating the question .. I have a MySQL database, inside it contains a table named map, inside the map table I have the fields idmapa (auto_increment), lat (which stores the latitude of a map position), lng ( which stores the length of a ma...
asked by 25.11.2015 / 02:02
1
answer

Error Opening System.InvalidOperationException database?

I'm using webMatrix, to develop an example in JqueryMobile, I'm having the following error @{ Layout="~/shared/_Layout.cshtml"; Page.Title = "Home"; Page.Header = "Categorias"; var db = Database.Open("Northwind40.sdf"); va...
asked by 20.05.2015 / 22:46
1
answer

Call a href page by passing the input fields of the form

I have a page that has several inputs, when I click on the button I open a modal with the result and inside modal I have another button to be clicked but I need to get the form fields and move to the other page. > My detail button code looks l...
asked by 30.03.2016 / 18:12
1
answer

Send li value to input type hidden

I need to pass values that are in <li> to <input type="hidden"> , I have a list and the elements that have been selected will go to input (each to a input ). The problem I'm having is that when I select m...
asked by 04.08.2015 / 20:52
1
answer

Call function only for created div

Good afternoon, gentlemen, I'm trying to apply the jQuery File Upload plugin. It really is a simple and intuitive plugin, the problem is that I need to create, within the same page, several divs of image uploads, eg:...
asked by 29.07.2015 / 20:19
2
answers

What are the differences between jQuery and jQuery Mobile?

I was reading today about the jQuery Mobile framework and from what I understood it would be for jQuery as Bootstrap is for CSS. I do not know if I understood correctly, but the question remains: does jQuery Mobile also have the same function...
asked by 17.04.2017 / 18:08
1
answer

Error Scrolling a Json

Good afternoon guys, I have a question regarding json, I have the following json: { "jsonrpc":"2.0", "result":{ "nr":26, "lista":[ { "codigo":"2", "nome":"Pratos Quentes" }, { "codigo":"...
asked by 19.04.2017 / 22:30
1
answer

How do I change the view of a select's options on mobile devices?

Before starting to clean my CSS and JS files, when I opened a select on my mobile device (Windows Phone with IE) it would open the options on a black screen that overlapped that of the page, and would only disappear later of the option...
asked by 12.10.2015 / 19:55
1
answer

Listview with hidden items in jquery mobile

Using the same concept present in link I wonder if it's possible to just list the items when I search them in searchbox. I do not want everyone to be displayed when the box is empty.     
asked by 25.09.2015 / 21:11
2
answers

onClick does not work on ipad

I'm developing the application on windows, but then through the phonegap I'll pass it to an ios application, which uses the IScroll plugin to scroll through my list. Problem: In every li I have a div that has the event o...
asked by 11.06.2015 / 16:07