www.webdeveloper.com
+ Post New Thread
Page 1 of 10 1 2 3 ... LastLast
Threads 1 to 25 of 250

Forum: JavaScript

JavaScript (not Java) Discussion and technical support, including AJAX and frameworks (JQuery, MooTools, Prototype...)

  1. Sticky Thread Sticky: Attn: Expert coders!

    I'm looking to update the scripts over at JavaScript Source (JSS) and need some good coders who are willing to take on a challenge. Here's the plan: Search through the code and see what you can bring up-to-date (i.e., DOM methods, unobtrusive, etc.). (There are some real old ones on there.)...

    Started by LeeU‎, 04-14-2006 01:08 PM
    6 Pages
    1 2 3 4 5 ... 6
    • Replies: 79
    • Views: 225,069
    12-30-2009, 08:00 AM Go to last post
  2. Sticky Thread Sticky: Message posting Guidelines

    Having seen countless threads opened on these forums that make no sense at all,and do no help to any volunteer to respond to it. I thought its only appropriate to write something like this that may help a new poster to get help quicker. Following are some general guidelines that must be kept in...

    Started by Khalid Ali‎, 08-25-2003 03:54 PM
    3 Pages
    1 2 3
    • Replies: 40
    • Views: 212,962
    08-07-2004, 12:15 PM Go to last post
  3. Sticky Thread Sticky: Please help us to help you.

    if you follow a few simple guidlines when posting you will be morelikly to recive an accurate reply quickly and with minimal fuss. Search. Click on search at the top and enter your term, the odd's are someone will already have asked your question. Describe. Tell us what it should do, how it is...

    Started by scragar‎, 04-29-2005 04:20 AM
    2 Pages
    1 2
    • Replies: 28
    • Views: 158,960
    05-31-2007, 09:07 AM Go to last post
  4. Sticky Thread Sticky: Accessible Scripting 101

    Welcome to the "Accessible Scripting 101" thread. This thread will feature JavaScript scripts developed with accessibility in mind. In other words, these are scripts in which will degrade properly in the case that JavaScript isn't available to your end-user (which it isn't always, believe it or...

    Started by fredmv‎, 04-08-2005 10:05 PM
    • Replies: 12
    • Views: 104,137
    05-16-2013, 04:39 AM Go to last post
  5. Sticky Thread Sticky: Attention All Coders!

    Hey, all you JavaScript coders! Are you interested in getting your scripts published? Would you like to share them with the rest of the world? You can submit them to the JavaScript Source at: http://javascript.internet.com/contribute/

    Started by LeeU‎, 03-31-2005 10:45 AM
    • Replies: 0
    • Views: 81,221
    03-31-2005, 10:45 AM Go to last post
  6. Sticky Thread Sticky: Wondering how to hide your source code?

    Well, give up right now then, because it is absolutely impossible. "No right-click" scripts and other similar scripts will only end up annoying your users in which actually don't even want to steal your source code or images, but rather just want to casually use their browser features. Doing things...

    Started by fredmv‎, 02-02-2004 03:12 PM
    • Replies: 0
    • Views: 202,398
    02-02-2004, 03:12 PM Go to last post
  1. jQuery jquery swap content make page default on load

    I need con1 to show active and be loaded onload of page. this is my code to swap content. I am using a external php page to swap out content when the id of con1 con2 and so on our clicked. I want to make con1 show onload of page and the link to show active but when you go to the page it only...

    Started by Nicholas Diaz‎, 04-23-2013 09:19 AM
    2 Pages
    1 2
    • Replies: 23
    • Views: 1,200
    04-23-2013, 03:22 PM Go to last post
  2. Wink Javascript to display current age

    I am looking for a javascript to display the current age of an individual. The website is for my granddaughter and I would like to be able to say, "Today I am 6 months, 3 days old". Is there an easy way to do this?? Thank you, aimalou

    Started by aimalou‎, 09-30-2004 10:58 AM
    2 Pages
    1 2
    • Replies: 22
    • Views: 46,061
    04-27-2013, 09:15 AM Go to last post
  3. ajax form submit button not working.

    reset works form fields work but when i click submit nothing happens. here is my code Main page with form on it php submit to email for to admin

    Started by Nicholas Diaz‎, 05-06-2013 04:49 AM
    2 Pages
    1 2
    ajax, form, html, php, submit button
    • Replies: 17
    • Views: 731
    05-06-2013, 06:05 PM Go to last post
  4. how to pass value to iframe src attribute

    I just stucked somewhere in js, i know its simple task but i don't know what's wrong but i believe i just need little guidance to get my result. Here is my problem <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>sample</title> <meta...

    Started by hamachi‎, 05-30-2010 04:12 AM
    2 Pages
    1 2
    • Replies: 16
    • Views: 3,211
    05-08-2013, 12:08 AM Go to last post
  5. Unhappy Help with Showing Dates in Html Pages

    Hi, can you help me achieve this please, been searching for hours with no luck I would like to show current date with 4 days added to it excluding weekends. I can do without the weekend if not possible e.g Order Today 13/05/2013 and receive your order 17/05/2013 Any help is much...

    Started by billyupnorf‎, 05-12-2013 09:22 PM
    • Replies: 14
    • Views: 675
    05-14-2013, 11:49 PM Go to last post
  6. jQuery Page auto-zoom script to fit with no scrollbars

    To everybody who's interested, here is a nice cross-browser script which will zoom the page in case it is designed for a minimum resolution. The script will zoom the page to fit the width of the window so that the user does not have to scroll the page to the right or to the left. minW is the...

    Started by bluepen12‎, 07-12-2011 03:15 AM
    • Replies: 14
    • Views: 16,695
    04-19-2013, 03:00 PM Go to last post
  7. How can I get query string values?

    Is there a plugin-less way of retrieving query string values via jQuery (or without)? If so, how, and if not what plugin do you recommend?

    Started by steve007‎, 04-22-2013 02:17 AM
    • Replies: 13
    • Views: 1,160
    04-23-2013, 11:22 AM Go to last post
  8. Javascript code now working in IE

    Hi Does anyone know why this code isn't working in IE?: $("#nav li ul li .menu").click(function(){ for (var image, src, images = document.getElementsByClassName('link'), l=images.length, i=0; i<l; i++){ image = images; src = image.src; image.src = "images/large" +...

    Started by pc_mac‎, 04-23-2013 04:38 AM
    • Replies: 12
    • Views: 899
    04-23-2013, 06:23 AM Go to last post
  9. Color different areas of image using by clicking on color

    i have created the following: - http://www.ruks.co.uk/inscape.html As you see when you click on the colour red or blue it change the Pilasters but once a color is select you cannot select the other colour how can this been done any help be appriciated

    Started by ruks12‎, 04-22-2013 03:11 PM
    • Replies: 12
    • Views: 1,699
    04-30-2013, 04:51 AM Go to last post
  10. resolved [RESOLVED] Adding values of checked boxes together - spitting out one number at the end...

    Afternoon... I've created a small script to show the value of a selected college course. That value will populate in a field on the end-user's side. Take a look at this jsfiddle - http://jsfiddle.net/jlnewnam/d82sf/1/ When you check the box, the value displays in a comma delimited field....

    Started by jlnewnam‎, 05-15-2013 04:09 PM
    • Replies: 11
    • Views: 521
    05-16-2013, 02:01 PM Go to last post
  11. resolved [RESOLVED] Using Javascript Variable in document.form.name.etc

    Hi I have the need to place a variable into document.form.name (no idea what this is called). Just wondering if this is possible. The scenario is i have a bunch of questions that are dynamically taken from a database. Each question has a number of radio buttons (which varies based on the...

    Started by poida_gtir‎, 06-26-2008 05:51 PM
    • Replies: 11
    • Views: 13,834
    04-24-2013, 12:03 PM Go to last post
  12. Format input value on 'onkeyup'

    Hello: Could someone help me to join the following two codes? I'm a PHP/MySQL programmer but have no experience with Javascript coding. I've tried various combinations and have read some online Javascript tutorials but I cannot figure out how to create a code to dynamically format information...

    Started by JsusSalv‎, 10-30-2008 04:24 AM
    • Replies: 11
    • Views: 6,869
    04-24-2013, 04:39 AM Go to last post
  13. Retrieve HTML drop down list value with AJAX

    I have an HTML dropdown list which i'm populating from a database. My question is how can i retrieve the value of a selected item from this dropdown list using AJAX? Here is my code: <script type = "text/javascript"> function getData(str){ var xhr = false; if (window.XMLHttpRequest) {...

    Started by macvia‎, 05-02-2013 11:01 AM
    javascript ajax
    • Replies: 10
    • Views: 1,259
    05-05-2013, 04:25 AM Go to last post
  14. How to populate a table based on a selection from a drop down menu

    I'm absolutely useless with JavaScript, but I need this table to work with it. I'm trying to create a table that will populate a row of cells based upon a selection from a drop down menu. The drop down menu sits at the top of the third and final column in my table and should populate the cells...

    Started by chris124‎, 05-03-2013 03:34 PM
    javascript, jquery, tables
    • Replies: 10
    • Views: 1,202
    05-13-2013, 01:51 PM Go to last post
  15. Insert HTML in a div

    I am new to Javascript and the very first thing I'm trying to do is to have a footer html file which will load in to the footer div on all pages. I have found several different code examples online but none seem to be working. The one I am using right now is: <script type = "text/javascript"...

    Started by me10lee83‎, 05-08-2013 02:41 PM
    • Replies: 10
    • Views: 558
    05-09-2013, 09:27 AM Go to last post
  16. Very simple Javascript form validation???

    I have a very simple form that I want to verify if the fields are filled out. On submit, I have a vbscript that sends the form contents via email to a mail box (thus the asp extension) but the following javascript validation does nothing. Any ideas? function formValidator(theForm) { if...

    Started by jillmur‎, 06-07-2005 04:45 PM
    • Replies: 9
    • Views: 1,710
    05-10-2013, 02:58 AM Go to last post
  17. loading divs not pages

    I have code to change divs on a main page (stored on an external page) it works for me in Firefox but not in Chrome or IE ... Is it something that I'm missing.... http://www.webdeveloper.com/forum/showthread.php?268893-How-do-I-change-the-contents-of-a-lt-div-gt-with-a-click%28link%29 I took the...

    Started by Bugsie‎, 04-24-2013 06:21 PM
    • Replies: 9
    • Views: 1,516
    04-30-2013, 11:43 AM Go to last post
  18. Collapsing DIV's to hide and expose text.

    Hey guys, Hope someone here can help me out. I've just started coding and javascript is the first language I've decided to tackle. I figured I'd design a quick page to have fun stuff to try and challenge myself with, and I'm stuck. So here is what I've done... I have a div with some text...

    Started by l0ad3dr3v0lv3r‎, 04-27-2013 11:07 PM
    • Replies: 8
    • Views: 887
    04-29-2013, 12:52 PM Go to last post
  19. Javascript diaries 4 - code won't work

    I was posting code to Chrome successfully and then it suddenly stopped working, but I don't know why. :confused: It shows the title at the tab (which is Demo) but shows a blank white page. Here is my code. I open the file (after savings it) in Chrome. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML...

    Started by noni8‎, 04-18-2013 09:04 PM
    blankpage, javascript
    • Replies: 8
    • Views: 601
    04-19-2013, 03:30 PM Go to last post
  20. Unhappy upload image to mysql database jsp coding

    Hello everyone I am making my collage project in web development so in student database records there will be photo to upload,I want to upload image with data in mysql database and retrieve in another page .please give me javascript code if any. thank u in advance

    Started by bhai‎, 05-04-2013 08:23 AM
    jsp, upload image
    • Replies: 8
    • Views: 979
    05-07-2013, 05:57 AM Go to last post
  21. Global variable not working

    I can't believe that I'm posting this as a problem. It's so basic, but I can't get it to work. I have a variable: passed. I want to use it in two different functions: checkit and validate. Here's the code: passed = true; function checkit(what){ : : : : if (!checked){

    Started by BobbyKline‎, 04-30-2013 11:48 AM
    • Replies: 8
    • Views: 872
    05-02-2013, 12:39 PM Go to last post
  22. Post Select field which depends on input text field

    Hello, I was trying to put a simple html code with javascript but i can't find the solution. Following is my basic html code: <form name="student" id="student" action="submit.php" method="post" > <label>1. Enter Student Roll Number</label> <input type="text" name="rollno" id="rollno" /> ...

    Started by akmonata‎, 04-25-2013 12:02 PM
    select box, text box
    • Replies: 8
    • Views: 1,327
    05-01-2013, 03:55 AM Go to last post
  23. Programming Issue...

    A while back I worked on a sudoku game with a help of a lot of the guys on the forum. I've got a weird bug that I need some help with. Basically I worked on this game in the wrong way. I had to create the game using a css grid. The problem I had is that I made it without generating it through...

    Started by KarneeKarnay‎, 05-06-2013 07:01 AM
    • Replies: 8
    • Views: 658
    05-08-2013, 03:32 PM Go to last post
  24. Issue with jQuery, JS, or my HTML... Not sure...

    I created an overlay for my website, but completed it in a separate file for testing purposes. Now, I'm ready to implement it to my site, and I am having a lot of issues. It simply won't work. Here's the test link for the one that works: http://webfro.gs/south/modal-overlay/ -Click on the...

    Started by jlnewnam‎, 05-02-2013 04:53 PM
    • Replies: 7
    • Views: 1,067
    05-03-2013, 06:14 PM Go to last post
  25. resolved [RESOLVED] 1 checkbox disables the rest of the checkboxes

    ive got 1 checkbox called "selectall" and i want it to disable the rest of the checkboxes in the form. if i give it an id of "selall" and all of the rest id's of "all" when i click it only the 1st gets disabled using function assgAll(){ if...

    Started by Da_Elf‎, 05-01-2013 03:07 PM
    • Replies: 7
    • Views: 981
    05-02-2013, 12:03 PM Go to last post

Forum Information and Options

Moderators of this Forum
Users Browsing this Forum

There are currently 443 users browsing this forum. (2 members & 441 guests)

  1. bondigor69

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center



Recent Articles