0
votes
1answer
34 views
call div and put it in center of page?
i want jump to destination div using href in html.. i using the id of div to call div and successfully..
here is my code...
<a href='#idx'>click here</a>
|
|
...
0
votes
1answer
19 views
Why does the radio button show up as selected in jQuery even when it is not?
I have a radio button group with choices a,b, and other. If the user chooses "other", the user is allowed to enter their own value in a text field. The HTML:
<input type="radio" name="choice" ...
0
votes
1answer
38 views
change table cell background-color, when radiobutton is checked
I have a matrix of radiobuttons in a table
<table class="example_table">
<colgroup></colgroup>
<colgroup></colgroup>
<colgroup></colgroup>
...
2
votes
1answer
32 views
How to grab the surrounding td elements?
Ok so i have this html structure jsfiddle and what I want do is grab all 8 surrounding tds when one is clicked.
So for example if the user clicks on #c3 then I want an array of the ['b2', 'b3', ...
0
votes
1answer
13 views
Shadow of scroll bar appearing on top of overlay animation in Chrome and Safari
I have an html page with an opening animation that covers the whole page using an overlay. The animation is a simple fade out of an image using jquery. The animation is triggered by $(document).ready. ...
0
votes
2answers
27 views
jquery Passing ID tag across pages
When my main page loads, it grabs the first entry with the id="vids" from videos.html.
Main Page:
<div id="sidevideos" class="sidevideos">
<script>
$('#sidevideos').load('videos.html ...
-3
votes
1answer
31 views
Link to a store depending on location
I have a main international website! but two stores! From america and from australia.
in the items feature pages I have a button "buy it now"! identifying the users location The button has to decide ...
0
votes
0answers
36 views
Using jQuery .stop() To Stop Only the .fadeTo() Effect
I have two jQuery effects going on with a <div> on my web page. I use animate() to move it right and left, and I use fadeTo() to fade it out when the mouse is not over the <div>.
I'd like ...
1
vote
2answers
27 views
div shifting when user resize the window
the pic shows up the footer shifting when user resize the window[1]
here is about footer-row in css setting
#footer-row {
text-align: center;
color: white;
text-transform: uppercase;
...
-2
votes
1answer
30 views
How do i create an ONCLICK, horizontal submenu [closed]
Let me explain what i am aiming to accomplish...
I have a front page for my website...with two options:
Artist and UI/UX Developer...
i would like the web viewer to have the option to click either ...
0
votes
2answers
23 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
14 views
Fill an iframed form from a
Here's the scenario, we have applications that are iframed within our pages.
I have 2 pages, one will have a simple form:
<form method="get" action="iframed.html">
Zip Code:
...
0
votes
0answers
7 views
Video Player duplication issue with JavaScript and HTML
I am using a jPlayer to show Video. It is shown on the page through a Javascript that assesses the browser before showing it. When the page has single Video, it shows fine, but when I want two videos ...
2
votes
4answers
58 views
Show/hide multiple elements with JQUERY/HTML when hovering
This is what I have so far:
<div style="position: relative;"> <a href="#games">
<div class="sidenavOff">
<img src = "images/card_normal.png" />
<img src = ...
0
votes
2answers
22 views
jQuery Automatic page scroll with HTML slider to control animation speed
I've been looking around and I think I'm fairly close to getting this but when I move my slider to alter the speed of the animation, nothing seems to happen. I'm assuming this has something to do with ...