Tagged Questions
0
votes
2answers
22 views
popup window not open in jquery mobile
I have implemented a script to prevent the link in my mobile app on my ipad.
It works fine but I have problem now with the popup I have with jquery mobile.
The problem is when I use this script, the ...
0
votes
1answer
35 views
Forcing touch event in HTML5
I have an issue with CSS on my mobile device with hybrid app..so after some changes, only after clicking anywhere on the screen all getting fixed-refreshing. I wonder is any way I can force touch ...
0
votes
1answer
21 views
PreLoader is Not working when Event Fired
Am Working in jQueryMobile(jQM 1.2.1) and PhoneGap(cordova-2.7.0).
Here Now am facing a Problem with Preloader.
Here When we click Submit Button of Page1 then there is some API is send to Server.
On ...
1
vote
1answer
24 views
call a external js file in to a nother js file
I want to call external java script file in to the tinyMCE js and make all the functions available.
for eg -
I want to say to tinyMCE js that you have the Jquery moble in u and make all the ...
0
votes
0answers
25 views
Mobile Safari not zooming on orientation change?
I'm working on a web application which I wish to have fill the entire viewable area of a browser, with no scrolling. I've accomplished this with a viewport tag:
<meta name="viewport" ...
0
votes
0answers
9 views
passing attributes to jquery-mobile in tinyMCE
I have added the jquery mobile js jquery js and jquery mobile css in to tinyMCE head.
and I have passed all the needed attributes such as data-role|data-mode in to tinyMCE via extend elements . but it ...
1
vote
2answers
27 views
calling js files after adding a content
I was wondering how to recall all the js files in the iframe head after adding content.
for eg - in tinyMCE after adding a table I want to load jquery mobile files in the iframe head (send a call) ...
1
vote
0answers
24 views
passing attributes in the tinyMCE editor
I'm trying to implement jquery mobile tables with in the TinyMCE editor. I passed the jquery mobile css and js files to the iframe head.In my html file I have specified data-role="page and given the ...
1
vote
2answers
39 views
Right aligned div inside a header with a navbar breaks to other line
I'm having a struggle trying to get a div inside a header with a navbar sicked to right margin:
<div data-role="header">
<div id="profile_navbar" data-role="navbar">
<ul>
...
0
votes
1answer
37 views
.load() strange behaviour, element duplication
I have a main navbar, which loads contents - using .load() - to a div data-role=content according to whats selected,
so i use the TapHandler event on the navbar, to load the content like:
...
0
votes
3answers
28 views
how to stop typing in textarea when the page size limit is reached using jquery or jquery-mobile?
I am creating textareas dynamically. and i want to type in it till the page limit has reached after that how can i disallow typing inthe textarea? Can anyone help?
$("#page1").click( function ...
0
votes
1answer
20 views
Opening up the options list and adding 2 buttons, one to a little alert with about us and a exit
I'm building an mobile application with JQuery Mobile and I found a very big bug..
If I press the back button on the phone it's just like clicking on the back arrow on the browser. I would like to ...
1
vote
1answer
43 views
JQM .load() /.html() content not being styled, tried all I found
I've tried all i found trough internet about this, and still not working,
I have a main page where i need to load html content to a div like:
<div data-role="content" id="mainc">
</div>
...
0
votes
1answer
46 views
how to limit growing of textarea using css or jquery after max-height?
Can anyone tell how to limit the growing of textarea on typing?? I tried using max-height property but no use...the textarea keeps on growing more than the page-height.
1
vote
2answers
41 views
jquery mobile Change Specific Elements
So I have two listview set up and I want to differentiate between the two but I can't figure out how. I've tried to debug in Firebug but i can only change the code for all elements with that class. ...