jQuery Mobile is a touch-optimized web framework for smartphones and tablets. It provides a unified user interface system across all popular mobile device platforms, built on jQuery.

learn more… | top users | synonyms

0
votes
0answers
18 views

Function to remove classes and add new classes in to iframe

I need to know whether these function will work . since my html is inside of a iframe . function removeClass(){ $("#testjqtable").removeClass("mce-item-table"); } function addClass(){ ...
0
votes
0answers
21 views

jquery mobile trigger create method

I was wondering how to write the .trigger("create") mehtod I saw this on jquery mobile docs code -$( ...new markup that contains widgets... ).appendTo( ".ui-page" ).trigger( "create" ); but due to ...
0
votes
1answer
13 views

How to correctly deal with thousands of lines of text in jQuery mobile / Phonegap

Right now I have thousands of lines of text saved in a listview that has about 100 elements. When I select an item from the listview it often takes 500ms >. This delay only occurs on older phones, ...
0
votes
0answers
15 views

Does jquery mobile behave differently on different devices

I have a specific problem that leads me to a general question. My specific problem is that a css style that I have written, [data-role='collapsible'] > :first-child .ui-btn-inner works fine in ...
0
votes
0answers
22 views

How to create a XML as a BD

I want to know if is possible to make a little DB with xml, because I'm makink a app, a you will save some of your email contacts (only the email). How I can do that? I alredy have the form: form ...
0
votes
1answer
15 views

Jquery Mobile inserting buttons trhough javascript loses Styles

So I am dynamically creating a list of button and then inserting them into a div in jquery mobile page. Problem is when they are inserted they are no longer styled with as they would be if I just ...
0
votes
0answers
9 views

jquery mobile popup - button not styling correctly with data-iconpos=“notext”, and other problems

I am making a mobile web app and am using jQuery Mobile. I have a navbar at the bottom and when you click the left button the popup shows correctly but the close button is not being styled correctly ...
0
votes
0answers
20 views

phonegap : POST data not being received on the server

I am building iOS app in Phonegap and trying to do an ajax POST call to remote server. Server gets the call. It responds fine, but the server doesn't seem to get any of the POST data. Ajax call is ...
0
votes
0answers
20 views

How to make that visible table get appropriate columns button above?

In JQM I have two tables like <table id="movie-table1" style="margin-left: auto; margin-right: auto;" class="ui-responsive ranking_tbl" data-filter="true" data-filter-reveal="true"> ...
0
votes
0answers
7 views

Javacsript won't load using jQuery Mobile with navigation-geolocation

I am having an issue with jQuery Mobile, javascript and get geolocaton. I am currently using following to get the code to load, when I enter the page: $(document).on('pageinit', function(){ If the ...
0
votes
0answers
14 views

Browser “back” issue on jQuery Mobile and ASP.net MVC

I started working with JqueryMobile a little time ago and I'm trying to adapt my website for mobile devices. I'm using ASP.NET Mvc and the structure of my page is this: <!DOCTYPE html> ...
0
votes
2answers
22 views

How to fetch click on radio button inside footer?

I have two tables on page and in footer I have two radio buttons <div data-role="footer" data-position="fixed"> <fieldset data-role="controlgroup" data-type="horizontal" ...
1
vote
2answers
63 views

Jquery Cross Domain Ajax

My ajax code is $.ajax({ type: 'GET', dataType: "jsonp", processData: false, crossDomain: true, jsonp: false, url: "http://someotherdomain.com/service.svc", success: ...
-2
votes
0answers
18 views

MVC 4 cshtml file to be compatible with desktop and mobile screen [closed]

I am working on a project where I need to design my view compatible with mobile and desktop screen size. Here I need to first recognize which device is used to view and then as per device screen size, ...
0
votes
0answers
9 views

Timing issue with jQuery-Mobile and Parse.com

OKAY. I have two separate and distinct JQM pages. www.site.com/page1 and www.site.com/page2 So, the user enters the record identifier on a form on page1. On-submit calls a JavaScript Function ...

1 2 3 4 5 836
15 30 50 per page