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...
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...
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...
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...
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:...
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...
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":"...
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...
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.
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...