0
votes
5answers
37 views
Hiding and showing div in Jquery
I want to Hide a div On a button click. Here I am having 2 divs (Login and container). When the page loads, container will be hidden. And On click on a #submit button, I want to show the container div ...
1
vote
0answers
13 views
jquery mobile form value prints as text
I have a problem with a form and jQuery Mobile.
I have a select:
<div id="search-cat-box" data-role="fieldcontain">
<select name="cat">
<option value="all">Search all ...
0
votes
0answers
15 views
3d jQuer/javascript or flash
I have a necessity to create a site where I can have multiple object 3d where I can rotate it click on it and start an animation.
For example I have a desk 3d with some object on it: pen, rubber.. ...
-1
votes
4answers
45 views
Navigating in a single page using Jquery
I have a two html pages. One is Login.html and another one is index.html. Whenever user click on the login button I want to navigate to the index.html(but not as an normal href linking).
The index ...
-1
votes
1answer
30 views
Jquery validation: add error_id
Short and sweet: is there a way to add id's for the generated error(s)?
My generated validation error looks like this.
<label for="id_affected_url_1" generated="true" class="error">
...
0
votes
2answers
20 views
Preloader Gif-Image Stucks in Mobile Applications
Am Working in jQueryMobile(1.3.1) and Phonegap(2.7.0) for android and iPhone applications!
Currently am facing an issue related with Preloader Image.
Here Am using Gif image as preloader.
Am using a ...
-1
votes
4answers
59 views
How to disable back key button in Android [duplicate]
I really want a straight forward answer as I always on the dead end. How to disable back button ( the hardware back button ) and where did I need to write the code to disable it ? I just want user of ...
0
votes
1answer
28 views
height and wiidth properties not working perfect
I am new in html5 and css.
I am trying to write a small web and i set width and height of my element follow %.
but when i set like this:
#tmainImg img{
text-align: center;
padding-top:2%;
width: ...
0
votes
2answers
26 views
jQueryMobile - Why is a new dynamically generated page not updated to the last version?
I'm generating pages dynamically in jQueryMobile, but I can't understand why the new generated page is not updated to the last version.
This is the use case:
Page A contains a list of 'a' elements. ...
0
votes
0answers
44 views
how to make ajax function wait until all result reveive for callback function
I am reading URLs of images from XML file in Ajax function with async set to false, so it should wait for Ajax function to complete. while receiving these URL, i am calling another function to ...
0
votes
1answer
26 views
HTML5 input required - how to disable
JQuery Validate intercepts the required attribute e.g.
<input type="text" required />
This will force client side validation of the field which is great. Now this also is part of the HTML5 ...
-1
votes
1answer
19 views
Having trouble adding a textfield every time a key is pressed in the previous textfield
I have just started out but i really like using jquery and it's been easy finding answers on other questions on here but now im stuck with this one. I currently have it set to alert:pressed, but i ...
0
votes
0answers
21 views
+50
jQuery pendulum not working in ie9
I have been looking down to a pendulum in html5 and jquery, i found this example on a website...
http://www.webdevdoor.com/javascript-ajax/jquery-pendulum-animation-pivot-point/
I embedded with ...
0
votes
2answers
85 views
Navigation Menu Links
I've recently started restructuring a website, which currently uses frames and framesets.
I have now adopted a typical structure.html:
<body>
<div>
<div ...
2
votes
4answers
102 views
Blur background of a div
I want to blur the background of a div. I can only find solutions that apply to images as background, not HTML elements. It is for mobile use so CSS3 is not a problem. I have put a JSfiddle together ...