0
votes
0answers
11 views

tabify jquery with sub ul, dropdown

I'm trying to do menus with the jquery tabify plugin. When I'm doing something like this in the html: <ul class="menu" id="menu"> <li class="usual" ...
0
votes
1answer
25 views

Using the GetElementByClassName and GetElementById

I want to print variables in the same paragraph but on different lines. I was using this: <p id="demo1"></p><p id="demo2"></p><p id="demo3"></p> <button ...
0
votes
2answers
18 views

append dropdown value to url

I have managed to append the dropdown value to my url from the following element. <label class="login_label" for="usertype">I am</label> <select name="usertype" size="1" id="usertype" ...
0
votes
5answers
39 views

Pass parameter to a script function

I'm a beginner on this so please be patient with me. I have look up this problem and did not found a solution. I have the following code: on the head <script> function ledonoff(led) { ...
-2
votes
4answers
47 views

How to get this value in Javascript?

This is the HTML code: <div id="CurrencyQuotePane"> <div class="CurrencyQuote"> <div class="column"> <div class="form-label">Pair: ...
-2
votes
0answers
47 views

how to create a calculation function in jquery

hi i have a form which calculates the values from the rows and shows the total amount but now i want to create a calculation part which will calculate the values like less billamt the value wil be ...
0
votes
2answers
46 views

How come my JQuery script doesn't work?

I am not sure why this doesn't work, all the articles I read online make it seem like this should work. Well, here's my html code: () <!doctype html> <html> <head> <script src = ...
-2
votes
0answers
24 views

More Stories Link as in facebook

If you have gone down the facebook, it shows " More Stories " link, I would like to create the same such type of link so that when I press the button, it shows more of the further content. can ...
1
vote
1answer
23 views

Jquery image rollover - slide transition

How can I use Jquery to change image on hover with slide up transition? I've searched on the internet but I can't found a working code. All codes that I've found use fadeIn or fadeOut. Thank you very ...
0
votes
1answer
11 views

Google voice search on page load

First off I am trying to create a temporary solution that I don't expect to work forever. Just an experiment if you will! I have the following running! What I am trying to do is initiate the voice ...
0
votes
3answers
17 views

JavaScript Code Explanation For: (e && e.target) || (window.event && window.event.srcElement)

I have made a JavaScript tab view of a simple HTML page. I've added onClick functions for header tags using JavaScript via nodes. The onClick function performs a function called showTab passing on ...
0
votes
1answer
17 views

keeping the same look without using iframes

So i have this code set which all works properly, however I am woundering if their is a more clean way of executing the same look purely using css and javascript without the use of iframes (but I ...
1
vote
2answers
55 views

Why is my HTML file only sometimes loading correctly?

I am trying to make a small webpage using raw HTML/javascript. Here is the entire current content of my HTML file: <!DOCTYPE html> <html> <head> <title>My ...
-2
votes
0answers
28 views

knockout.js single page for shopping cart? [closed]

Is it a bad idea to make a single page-based shopping cart with knockout.js for submitting the form, taking customer information, etc..? Would it be better to use knockout for individual forms, but ...
4
votes
3answers
34 views

Reason why most form javascript uses ID instead of NAME

Could someone go into the history/reasons why interacting with form elements using the NAME has gone out of practice and document.getElementById has taken over. What exactly historically happened ...
0
votes
1answer
45 views

Running Javascript as page opens

I have a little problem, I want to run javascript as soon as page opens, however it does not work for me. On many forums and tutorials I tried they suggest using onload function in my case: <body ...
0
votes
1answer
21 views

Jquery Counter with Background color Animate

I have a Counter that counts from 0 to a specified number - and this works perfect I think. As the number increments up, the background color of a div height should also animate upwards to that ...
0
votes
0answers
7 views

About the robustness of this method of opening simple (text, etc.) files created on-the-fly

I'm creating a web page that I can command in such a way that it gives me a dump of all the relevant state of variables at run time so I can debug it. I have thought about a mechanism in which I ...
3
votes
2answers
44 views

Any JavaScript/jQuery-based html-data processor/beautifier?

I need to process "dirty" html data on server-side. As I'm using Node.JS and jQuery on server-side, I'm able to use all power of JS and jQuery DOM-parser for processing my html content. "Dirty" data ...
0
votes
0answers
10 views

How to get soundcloud files to work with Sound Manager 2?

My current setup with sound manager works for all my mp3 links except for ones with soundcloud sources. Not sure what I'm doing wrong, anyone see something wrong with my code? <!-- demo.css for ...
5
votes
1answer
40 views

Is it important to state a MIME type when including a JS file?

I have found myself including more and more external JS files from CDN sites and such. I always see that some sites include the MIME type when you copy the HTML code with the <script> tag and ...
0
votes
3answers
26 views

How to validate an HTML form?

I have an HTML form and a button which when the user clicks will check whether or not the form is filled. The details for billing address is input from database using php <button id="btnConfirm" ...
1
vote
6answers
43 views

How to output an error when more than one element has the same id?

Because I don't have a strict naming convention for divs, spans, and inputs, I frequently give more than one input the same id by accident, which of course causes jQuery/javascript code to not work. ...
-1
votes
0answers
12 views

Sound Manager 2 not loading soundcloud files properly

I'm using the page-player playlist setup from sound manager 2 and it is all properly setup and working as normal for all direct mp3 links coming from www.hulkshare.com, however when I click on an mp3 ...
0
votes
1answer
22 views

Change Ajax Data field parameters with html input

I've created a visualization with Google Charts based on the data returned from a query run on a server. I'm using an Ajax command to send the query. Is there a way to dynamically modify the query ...
0
votes
1answer
27 views

Javascript filtering images depending on class

i am trying to make certain images fade when i use a check box, the filter works by recognizing the check box being checked and fading the appropriate images leaving the one that is want <script ...
0
votes
1answer
26 views

jQuery toggleclass by information form an array

I am making a jQuery board game and I need to move a counter around the board. I can do with with hard coding but I need to be able to do it depending on what the person rolls on a dice (random number ...
0
votes
3answers
41 views

checkbox validation and floating image

A button lies in a different form. When a user clicks on a button, a new field would be visible. Can I use CSS to do this? Plus, how can I jump from form1 to form 2? Here is my code: <form ...
-1
votes
0answers
19 views

How to Select, Drag and Drop Multiple Rows from a Table with CTRL and SHIFT key

I'm working on a project where I need to be able to select multiple rows from a table, then drag and drop those rows onto a list. For instance I would like the functionality to mimic how the windows ...
2
votes
2answers
48 views

HTML5 canvas character jump

I try to make an animation of character by reading this tutorial: http://mrbool.com/html5-canvas-moving-a-character-with-sprites/26239 . It's quite ease to make the character go left ('go right' is ...

1 2 3 4 5 1732
15 30 50 per page