-3
votes
0answers
21 views

Is there a way to intercept the number '7' and replace it with 'aaa' when the keyboard enters '7' in linux desktop? [closed]

i would like to see my keyboard type a whole string such as aaa instead of the number 7 when 7 is pressed on the keyboard i heard about 'AutoKeys' but it is not in centos repo and there is ...
0
votes
0answers
15 views

Setting a cookie to close div

Recently we added a bar to warn users our site users cookies, with an accept button that is meant to close and set a cookie so it would not show for some time, however in practice this doesn't ...
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> | | ...
3
votes
3answers
29 views

Alert with a textarea content (HTML to JavaScript)

I'm new at coding with any language and now im working (trying to) with HTML, PHP and JavaScript. My difficulty is to show through an alert in a JavaScript file the information that is in a textarea ...
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> ...
0
votes
3answers
25 views

php only writing some values into database

I am having an issue with my php not writing the values it is getting from my ajax script into my MySQL database. I know that the php script is getting the values because they are being echoed in my ...
0
votes
5answers
45 views

How can I return a button to its original color

i have the following code, and I am trying to figure out how can I set the first button to white if I click it once again, same thing for the next button. So,if i clicked it once it turns red, but if ...
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
1answer
28 views

How to print a large HTML based org chart - right edge of the chart is cut off

In my application I have an html-based org chart that can become rather large (both horizontally and vertically). We are replacing a flash based org chart with this html version. The actual HTML is a ...
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 ...
0
votes
5answers
36 views

Is it possible to get the time from DIV to other page? How?

<?php $date = date('m-d-Y'); ?> <form class="signin" method="POST" action="2ndpage.php"> <h1>Validate</h1> <input name="date" type="text" autocomplete="on" id="calendar" ...
-4
votes
2answers
27 views

Using Javascript to put a div at the bottom of a page

I am building a web page and the content does not fill the page. I wan the last div which is a menu bar to be at the bottom of the screen no matter what the screen height is. I would like to do this ...

1 2 3 4 5 3758
15 30 50 per page