Tagged Questions
0
votes
1answer
40 views
Validate elements outside a form
I have some elements (input, textarea, controlgroup) and a submit button outside of a form element...
Can I validate those elements (client-side)? For instance, check if they are required and show a ...
2
votes
1answer
46 views
Jquery Mobile - Ajax is enabled by default but I get full page refresh on POST
I created a jquery mobile application using asp.net MVC and in the jquery mobile documentation its mentioned that AJax is enabled by default for page transitions on clicking a link or submitting the ...
-1
votes
0answers
37 views
Dynamically bind jquery select menu from database
I am working in MVC4 and JqueryMobile.I have a Jquery Custom select Menu in my application.I want to bind data to it dynamically from database.How can i do it..
View:
<div ...
0
votes
1answer
85 views
JQuery Mobile Menu does not work after loading another view
I am working on asp.net MVC 4 Mobile template and trying to have navigation menu on _layout view
Environment: XP, Visual web developer 2010 express, VB.
following is my _Layout view
<head>
...
0
votes
1answer
44 views
mvc - White page in between two pages
I am using ASP.NET MVC4 with jQuery mobile to build a mobile app for iPad.
I have a page with a submit button. On submit, it goes to another page. There is some time lag before the 2nd page loads and ...
0
votes
0answers
71 views
JQuery Mobile MVC Ajax call not working
@model DataEntities.NewCustomer
@{
ViewBag.Title = "New Customer";
}
<h2>New Customer</h2>
@using (Html.BeginForm()) {
@Html.ValidationSummary()
<table width="100%" >
...
2
votes
1answer
76 views
Mobile website fails to load on blackberry
We have a mobile website solution that is built with the following technologies:
Asp.net mvc 4 (running in .net 4)
Jquery Mobile (v1.3.0)
Jquery validation
Could it be possible that any of these ...
0
votes
0answers
36 views
jQuery Mobile - next page still has previous page meshed on top of new pages content
Right, I don't really know how to explain this one but I will do my best by giving a scenario:
Homepage -> Contact page
Home page elements and text displays on top of the contact pages text.
Anyone ...
0
votes
1answer
65 views
Binding data to a javascript template (jQuery mobile)
To start, I'm trying to show static data into a listview. The code is like this:
<ul id="accessList">
</ul>
<script>
var dataTest = [{"abc":"123"}, {"abc":"456"}];
...
0
votes
1answer
216 views
Listview Rendering Issue with jQuery Mobile 1.3.x and ASP.NET MVC 4 Razor
Having an issue with jQuery Mobile 1.3.x listviews rendering incorrectly on Internet Explorer 9/10 and IE 8 phone. It renders correctly on Chrome, Safari, Safari on iOS and jQuery Mobile 1.2.1 on IE ...
0
votes
1answer
58 views
.Net MVC4 and jQuery Mobile changePage or jQuery ajax
I´m trying to bind the changePage function from jQuery Mobile to a Controller/Action with a array of int as a parameter.
The Action is defined like:
[HttpPost]
public ActionResult ...
1
vote
1answer
68 views
Listview style issue when changing the page
I'm working on a single page application using jquery mobile along with knockout.js binding on MVC4 platform..
This is my button on the main div page:
<div data-role="page" id="pageMain">
...
0
votes
0answers
63 views
My html table in mvc which is using jquery data-role=“table” is not fitting in mobile screen
I am new to jQuery mobile and .NET MVC. Please help me how to fit my table in mobile. Below is my code when I am trying to display 5 columns, I am able to see only 4 columns in mobile emulator. I ...
1
vote
0answers
151 views
How to handle jQuery event on an ASP.net MVC Ajax loaded page?
i've got an issue.
I'm a newbie in the world of jQuery Mobile, and with the ASP.Net MVC part I'm a little bit lost.
Here is my problem: In my mobile web site I want to change the navbar (that I use ...
0
votes
1answer
150 views
Using InsertionMode.Replace to replace current page after form submit with MVC 4 and jQuery Mobile
I am building a site using jQuery Mobile. One of the pages is a partial view <div id="page13"> which has a simple form to be sent to server that is set up using Ajax.BeginForm. The action method ...
0
votes
0answers
56 views
jQuery mobile 1.3.0 CSS dosen't work on deployment
I created an MVC 4 basic project without modifying it at all. I published it and ran it, and everything works fine.
Next, I updated jQuery core to version 1.9.1 and jQuery mobile to version 1.3.0. ...
0
votes
1answer
62 views
ASP.Net renders two pages together
This makes no sense to me, and hopefully I can explain this right.
I have a basic jQuery Mobile application that uses Asp.Net MVC 4. After logging in to the application, if I click the account ...
0
votes
0answers
63 views
jquerymobile in asp.net mvc - switching from mobile view to main site through actionlink
I'm just trying to direct the site from mobile version to normal version. It works fine when I go from normal to mobile version, but it applies the mobile styling if i go from mobile to normal. Below ...
0
votes
1answer
175 views
Durandal and jquery mobile for swipe
I am using Durandal which is available in the Hot towel template SPA.
The idea is to have a SPA application for a touch based device, and I need to implement swipe feature on some on the divs.
jquery ...
4
votes
2answers
389 views
Double scroll bars when using the Panels of jQuery Mobile 1.3 in ASP.NET MVC 4
I cannot figure this out. Once I put the following code in the layout page and view it in a browser I'm showing 2 vertical scroll bars.
<div data-role="panel"
id="mypanel"
...
0
votes
0answers
91 views
jquery mobile not loading custom script in asp.net mvc4 SPA
The script in question is app.js.
I have placed this custom script between jquery.min.js and jquery.mobile.js in the section of _layout.Mobile.cshtml.
@* one recommendation to load custom ...
0
votes
0answers
355 views
ASP.NET MVC4 and jQuery Mobile with Google Maps page structure
I'm developing a website that should display and respond nicely on both desktop and mobile browsers. Hence, I'm using the nice features of MVC 4 to switch between views using the .mobile.cshtml ...
0
votes
1answer
175 views
jQuery Mobile: How to go back one page?
BACKGROUND
I am writing an MVC 4 / jQuery Mobile site. I have a Header.cshtml shared view defined like this:
@model string
<div data-role="header" data-position="fixed">
<a ...
0
votes
2answers
84 views
mvc4 razor webpages sporadically populating dropdowns after converting to jquery mobile
I am in the process of converting several working asp.net mvc 4 (razor) webpages over to jquery mobile and I am seeing some things I don't understand.
The @Html.DropDownListFor don't always ...
3
votes
2answers
137 views
Apply JQuery mobile style on button after add the button programmaticlly by javascript code
When I try to add below jquery mobile button throw jquery code:
// insert new button to bf div (breackfast div)
$("#bf").html('<a href="FoodCat/FilterIndex?TimeId=2&CurDate=0" ...
1
vote
3answers
470 views
jquery mobile and Durandal
Please anyone suggest me, it's good idea to use Durandal and JuqueryMobile for mobile based application (Browser). I am planning to develop an application using Durandal, Jquerymobile, MVC4, ...
0
votes
1answer
115 views
Form field values aren't binding to model when hosted on remote server jQuery Mobile MVC
I have a slightly odd issue with my jQuery mobile \ MVC app that I've so far been unable to track down.
in my view I have 2 HTML.HiddenFor fields. The values in these fields bind to the properties ...
1
vote
1answer
201 views
Hide header in jQuery Mobile
In my jQuery Mobile app (MVC4 template) I need to completely hide the header on a particular page (it has a map on it which I want to fill the screen). In order to do this I believe the header needs ...
0
votes
0answers
53 views
Plain HTML after Ajax call
Refreshing a div with ajax call works but the result is fomatted as plain HTML (while the rest is using a jquery-mobile template). How to get the result of the ajax call formatted correctly?
Current ...
1
vote
0answers
142 views
What's the Best Way to Implement Paging with a List using jQuery Mobile and MVC?
I am building a media library from a tutorial to get up to speed on MVC 4. I did the whole thing and now I'm re-building it using jQuery Mobile. The only piece I've yet to find simple is paging which ...
0
votes
1answer
103 views
asp.net - show phone number as link or not
I've got a real simple ASP.NET MVC4 app that uses JQuery Mobile and displays a list of users and their information. 3 fields off the model are phone numbers. These fields can contain a null value, ...
0
votes
2answers
776 views
MVC 4 Razor + jquery mobile can't “POST” on form submit
I'm new to ASP.NET MVC 4, I'm trying to create a simple login form on jquery mobile.
I would like to create a simple jquerymobile MVC 4 page with Razor, where the page will "POST" when the user click ...
0
votes
1answer
308 views
mvc4 + jquery mobile + multi page forms best practices
any guidelines or best practices for doing forms in jquerymobile and mvc4 where the form is split across several pages? Jqm allows setting several divs in one html doc as "pages", but with forms I'm ...
0
votes
1answer
174 views
MVC jquery mobile not taking full page width on load
I'm new to MVC 4 and jquery mobile and have been developing a mobile optimized site. The problem I am running into is when I have a mobile device horizontally, on page load the page will only take up ...
0
votes
0answers
44 views
alterin scaffold generation code in mvc4 - mobile specific
I'm using scaffolding in mvc4 for mobile web app. I'm well aware this has major shortcomings, but I still like to try generating what I can before diving into hacking all the output.
I've noticed a ...
1
vote
1answer
39 views
Globally disable MVC mobile site from rendering
I have created a mobile version for an MVC website.
For temporary purpose, I would like to disable the mobile site completely.
Is there a setting that can be done in either web.config or global.asax ...
3
votes
1answer
476 views
JQuery Validation Not working after page refresh (Jquery Mobile)
I have a Jquery Mobile/ asp.net mvc4 application. After the first page, subsequent pages are called by Jquery mobile using Ajax requests. Now, I used JQuery validator plugin to perform validation on ...
0
votes
1answer
35 views
How to obtain the thread status of 1 MVC controller in another
I am creating a mobile website using jquery mobile+ MVC4.net. There are 3 separate modules with their own individual views and controllers.
In one module I call a service which generates PDF reports; ...
1
vote
1answer
231 views
MVC4 mobile Web app into app store
I have developed an web app using MVC4- mobile and HTML5. Every things is working fine when we enter URL from any phone. But i am wondering how to convert my web app into hybrid app so that i could ...
0
votes
1answer
259 views
MVC4 & JQuery Mobile - Sometimes certain ActionLink buttons don't work at certain times until I refresh the page or open in a new tab
I'm trying to figure out why after I create a record in my app the same "Create New" button doesn't seem to work anymore until I either refresh the page, or I open the link in a new window.
I'll ...
0
votes
0answers
141 views
jquery mobile chart not working
I am having a simple JqueryMobile Application(Created from mvc 4 mobile app) with a simple html helper chart.first time it will not show the chart and if I refresh it will come or if I remove ...
0
votes
0answers
127 views
Creating a jQuery Mobile app using MVC4 similar in style to an iPhone app, have a few questions [closed]
I'll try to keep this as generic as possible, thanks for taking the time to read this! I'm creating a web app based on the jQuery Mobile framework using ASP.NET MVC4. This app will function similar ...
0
votes
1answer
135 views
JScript runtime error: $.datepicker is null or not an object in _JqueryGlobalSettings
I am converting my mvc4 application to mobile friendly one. When navigating to a certain page I am getting the $.datepicker is null or not an object error in _JqueryGlobalSettings.mobile.cshtml. In ...
0
votes
2answers
1k views
How to return Json object on Web API Controller
I used this below code on my asp.net controller to return Json object on my Ajax on javascript
public JsonResult myMethod()
{
// return a Json Object, you could define a new class
...
0
votes
0answers
98 views
JQueryMobile not updating ViewModel Knockout
I have a problem working with JQueryMobile and Knockout:
This is my Code:
<form action="" data-bind=" template:{ 'if': loginVM, data: loginVM }">
//SomeCode
</form>
<form ...
0
votes
1answer
178 views
Multiple ViewModels Knockout with JQuery
I Have this Fiddle
It is working perfectly in the fiddle, but as soon as i put everything in a ASP.NET MVC4 Application the second ViewModel is not loaded!
This normally is only when i add the ...
1
vote
0answers
119 views
JQM+MVC4+Date Input + Android = Crash browser
Testing a jquery mobile app on android (galaxy s2)
JQM 1.2.0, JQ 1.8.2
In my mvc4 project, I have a model that defines a nullable Date field.
The model annotates the data type as "Date" (not ...
0
votes
1answer
121 views
jQuery Mobile interactive link with title and description MVC
I am trying to have an interactive list element with a title and description.
I have an action link and a p tag.
<li>@Html.ActionLink((string)Model.Date.ToShortDateString(), "Details", new { ...
0
votes
0answers
99 views
Need to put a grid for 10000 records on mobile using MVC.net 4
I have JSON for 100,000 records. I need to show this in a mobile.
I have 2 options:
Load the complete JSON once and then use jQuery mobile grid to render it
Using MVc4.net to fetch 20 records ...
1
vote
1answer
92 views
How to lock a single view to portrait only in ASP.NET MVC 4 Razor mobile website
Is it possible and if so then how can I lock a specific view to only use either portrait or landscape orientation in an ASP.NET MVC 4 Razor mobile website that uses JQuery and JQueryMobile? For ...





