1
vote
2answers
13 views
Browser Context Menu customization?
Is there a way to override the "undo" and "select all" in right click context menu of the browser over textarea?
Thank you.
1
vote
3answers
79 views
How to get 19KB Minified version of jquery file?
Jquery.com shows Minified and Gzipped version as 19KB?
Production (19KB, Minified and Gzipped)
Development (120KB, Uncompressed Code)
but when we click on download for Production version. it …
3
votes
6answers
47 views
Compressing CSS and JS without mod_gzip and mod_deflate
I would like to compress the CSS and JS files on my server to minimise load times, problem.
My hosting is with Streamline.net (big mistake, never go there) who will not activate mod_gzip and …
0
votes
2answers
19 views
Addthis javascript button/widget adding space to top of webpage
If you view this page http://www.herkimer.edu/news/view/community_members_complete_jointly_offered_machine_operator_training_progra/
You'll notice a green bar (screen-shot: http://grab.by/1msh) at …
0
votes
3answers
22 views
Anyway to bring up the ‘Open / Save’ dialogue for the user?
Not sure if the title makes sense sorry... basically I'm generating Word documents that I wanted to open automatically on the client's machine, but it seems this isn't possible, so instead of just …
1
vote
5answers
50 views
How to disable user’s input while loading page with jquery?
I have a heavy-jquerized page with some links, various user inputs and such.
I use jquery, with actions defined in a
$(document).ready( function() {
....
} );
block.
But while the page is …
0
votes
1answer
29 views
creating input field for html form… but adding a ‘label’ for it as well?
I have an html form. When you click the button, a javascript function adds a new field. I'm trying to have the function also add a 'label' for the field as well.
I've tried using …
0
votes
1answer
30 views
Newbie help: mouseover on image sometimes returning wrong image from image map
Have www.peterbio.com/mom/ (index.htm) set up so that a mouseover on various places shows an image.
For some reason image 2.jpg and 3.jpg (move mouse back and forth on blue balloon) are both showing …
1
vote
3answers
91 views
Changing a <div> class with JavaScript
I am trying to change the class of certain tags with an onclick() event. The basic premise is to have the background image of each tag change when the user clicks on them, sort of stimulating a …
1
vote
1answer
32 views
Newbie needs help on mouseover and map on HTML page to show images on mouseover…
Have small web page at
www.peterbio.com/mom/test.htm
Someone wrote the code with mouse over and creating image map. When you click on one of the purple balloons another image shows up.
***Need …
5
votes
4answers
115 views
Detect all changes to a <input type=”text”> (immediately) using JQuery
There are many ways the value of a <input type="text"> can change, including:
keypresses
copy/paste
modified with JavaScript
auto-completed by browser or a toolbar
I want my JavaScript …
0
votes
4answers
25 views
using javascript to add form fields.. but below, not to the side?
Hello. So as I click the button, the javascript adds new fields. Currently it adds the new text box to the side.. is there a way to make it add below? I guess as if there were a .
Here is the code. …
0
votes
3answers
53 views
submitting form from textarea
how can i submit a form on enter pressed while i amm typing in textarea........if i hit enter it only breaks a line but not submits the form.
0
votes
3answers
30 views
Increasing the Size of Object Frame to Remove Scroll Bars
I recently asked how to hide the vertical scroll bar using overflow:hidden. While the answer did work (the scroll bar is hidden), I am wondering why it's even appearing in the first place. I would …
1
vote
7answers
98 views
Using an html button to call a javascript function
I am trying to use an html button to call a javascript function.
Here's the code:
<input type="button" value="Capacity Chart" onclick="CapacityChart();" >
It doesn't seem to work correctly …
