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

Forum: JavaScript

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

  1. 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,414
    05-16-2013, 04:39 AM Go to last post
  2. 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,888
    12-30-2009, 08:00 AM 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: 159,388
    05-31-2007, 09:07 AM Go to last post
  4. 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,396
    03-31-2005, 10:45 AM Go to last post
  5. 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: 213,423
    08-07-2004, 12:15 PM 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,610
    02-02-2004, 03:12 PM Go to last post
  1. Daily and monthly hit counter

    Need help to find a script that will display not only daily hit counter on my webpage but also weekly and monthly hit counter. Please help..... Thanks

    Started by E3L5‎, 03-29-2011 11:54 PM
    counter
    • Replies: 3
    • Views: 2,428
    Yesterday, 10:45 PM Go to last post
  2. Question Why doesn't window.open work in this simple email validation script?

    I have a simple email validation script. After email is validated the script writes a cookie, then opens a new window. For the life of me I cannot figure out what why window.open will not work. (It works when I remove the cookie setting code. But not with it???). What am I missing here? ...

    Started by Sage‎, Yesterday 01:03 PM
    • Replies: 1
    • Views: 147
    Yesterday, 09:34 PM Go to last post
  3. Question Writing A Cookie Based On Breeze Form Entry

    Newbie question: I need to write a cookie based on the value of a radio button form entry. I'm using Breeze forms to create the radio button form. It allows for custom "action scripts" to be executed on submit events. I have the javascript to set the cookie. I have the action script that...

    Started by Sage‎, Yesterday 05:48 AM
    breeze forms, cookies
    • Replies: 1
    • Views: 127
    Yesterday, 09:25 PM Go to last post
  4. 3rd Slideshow Transition is Choppy for Some Reason

    I have a slideshow, complete with buttons that allow the user to transition to the next slide. The slideshow shows 3 images; if the user does not touch the buttons, the 1st image fades into the 2nd, the 2nd one fades into the 3rd...and then when the 3rd fades back to the 1st, it is...

    Started by misterbennett‎, Yesterday 07:57 PM
    • Replies: 0
    • Views: 87
    Yesterday, 07:57 PM Go to last post
  5. Need help w/rotating banner ads script to show up in multiple locations in same page

    Im having problems with the script below. Im trying to insert the HTML script in different areas of my site to place different sizes of rotating banner ads for advertising purposes but its only showing me the one size only. Example I inserted the script using the 728x90 banner ad in one area and a...

    Started by club777‎, Yesterday 05:13 PM
    • Replies: 0
    • Views: 117
    Yesterday, 05:13 PM Go to last post
  6. Newbie question - line continuation and hash sign

    I'm a newbie when it comes to JavaScript, could you please help me understand what does it mean in the code below which is only a part out of a larger js file: 1. var o = self.getTheDamnLink(e); 2. o.href = jQuery(o).data('song_link'); 3. if (o.nodeName.toLowerCase() != 'a') {

    Started by jimmyy‎, Yesterday 02:32 AM
    • Replies: 3
    • Views: 164
    Yesterday, 04:14 PM Go to last post
  7. need to auto sum form

    Ok so I'm about as green as they come when it comes to JavaScript so pardon my ignorance. I've searched on this for a couple weeks trying to figure it out on my own with no success so I'm seeking some assistance here. I have a form that has multiple input fields that I need to total up. Here is...

    Started by vegas‎, Yesterday 03:09 AM
    • Replies: 4
    • Views: 266
    Yesterday, 03:27 PM Go to last post
  8. Open window to specific size

    Saving the following code as a desktop shortcut, clicking returns the desired result, but it also opens a blank browser page as well. <DOCTYPE html> <meta charset="utf-8"/> <meta name="robots" content="noindex, nofollow"/> <head> <title>Shortcut to Passowrd Generator</title> </head>...

    Started by jwgrafflin‎, Yesterday 02:08 PM
    • Replies: 0
    • Views: 161
    Yesterday, 02:08 PM Go to last post
  9. Can't Get Text Color in Safari

    I'm trying to get the text color in Safari. The attributes for both divs are specified in the style section. In addition for div2 the color is also specified in HTML inline style. When div1 is clicked the alert message doesn't give the color but the color is given when div2 is clicked. In other...

    Started by TedN‎, 05-24-2013 06:25 PM
    • Replies: 11
    • Views: 339
    Yesterday, 11:31 AM Go to last post
  10. Repeat HTML code in multiple pages (js/angular)

    Sup people. I'm making the visual part of my web application, all developed in javascript with the support of bootstrap and angularjs. The "site" contains fixed stuff, like a complex navigation bar, that is composed by lot of lines of code, that got repeated in each page. I'd obviously...

    Started by lateralus‎, Yesterday 06:18 AM
    • Replies: 4
    • Views: 251
    Yesterday, 10:01 AM Go to last post
  11. Carousel help - Unique content in each slide

    Hi there, I put together this carousel using javascript from an old file I had, and I it works as should: When the carousel loads, it goes through each slide, and then lands back on the first slide. The user can then click the buttons to navigate to each slide. The problem is, with my setup, I am...

    Started by daysable‎, 05-24-2013 11:06 AM
    • Replies: 1
    • Views: 245
    Yesterday, 06:07 AM Go to last post
  12. Getting form to total - amendment help

    Hi Guys, Let me start by saying I know nothing about scripting - I know HTML and CSS and that's about it. I'm looking for help amending a form to build in an extra complexity. I have a form now where the user can select a number of different bikes for hire, they can select how many bikes...

    Started by Designer156‎, 05-23-2013 08:47 AM
    • Replies: 4
    • Views: 331
    05-24-2013, 05:59 PM Go to last post
  13. javascript only firing once??!!!!!

    hi there, i dont know whether this is more of a php issue or javascript issue but I would appreciate if someone could put me out of my misery as i've been on this for days. basically i have a php file using a switch statement to randomly choose from a list of messages to display on an online...

    Started by rbrown‎, 05-22-2013 07:51 PM
    • Replies: 1
    • Views: 340
    05-24-2013, 03:47 PM Go to last post
  14. confused about function syntax

    Hi all, I have taken from net drop down menu script my web page is medistyle.az. It works perfectly but when i look up code i cannot understand one thing there below is code (js. file) var menu=function(){ var t=15,z=50,s=6,a; function dd(n){this.n=n; this.h=; this.c=} ...

    Started by azegurb‎, 05-24-2013 03:01 AM
    • Replies: 1
    • Views: 317
    05-24-2013, 12:42 PM Go to last post
  15. Question jQuery can not taking position according to an element

    hi everyone, i have a design of a site: http://www.terranartworks.com/testsite/tsv1/index.html i'm trying to make: 1- red point will slide and stop at the center position of every button,when i clicked at the button. 2- grey point will slide and stop at the red points position when mouse is...

    Started by sweetysweety‎, 05-24-2013 08:46 AM
    • Replies: 0
    • Views: 222
    05-24-2013, 08:46 AM Go to last post
  16. Question Question regarding HTTP Requests

    Hello people, I'd like to know if there's a way to change a value of a textfield via the Requests sent by a sub-domain? For example: A textfield has the value of 0 on page "bla.com/bla1" And the value only changes to 1 if I visit the site "bla.com/bla2" I want to do this via Request...

    Started by exelent699‎, 05-21-2013 09:36 AM
    http request, javascript
    • Replies: 6
    • Views: 469
    05-24-2013, 08:28 AM Go to last post
  17. Validate a Required Ratio of Form Fields to be Complete

    I'm looking for a way to validate a specific ratio or percentage of fields in a form. There are several sections that need a ratio such as (any 2 of 6 fields) complete. I'll continue searching, but wanted to know if anyone has seen something along those lines. Is there a way to count specific...

    Started by xover15‎, 05-23-2013 04:24 PM
    form, javascript, percentage, ratio, validation
    • Replies: 3
    • Views: 287
    05-24-2013, 01:25 AM Go to last post
  18. Change Background Color with a photo slideshow

    I have a photo slideshow running on a homepage. I would like to assign a different background color to be used for each photo and change in synch with the slideshow. Can anyone help? Thanks

    Started by PH[O]TO‎, 02-27-2007 08:54 AM
    • Replies: 12
    • Views: 1,176
    05-24-2013, 01:04 AM Go to last post
  19. Issue with Image Slideshow, Any ideas?

    I am working on a rotating image slideshow for the homepage of my site. The slide show functions properly but when I try to make each image linked to another page the slide show only repeats the first image over and over again. I will paste my code below please help if you can. <style...

    Started by steveradz182‎, 10-08-2012 09:56 AM
    help me, help!, image fader, javascript, slide show
    • Replies: 4
    • Views: 380
    05-23-2013, 08:30 PM Go to last post
  20. Setting the response to SELECT element ID works in FF and CHROME but not IE. help!!

    Here is my HTML SELECT tag. ----------------------------- <select class="validate text-input" id='plyrstate' name='plyrstate'> <option>Select</option> <option ></option> </select> Using mootools ajax request, I am using the following line to set the response to the above id...

    Started by sthaniga‎, 05-20-2013 10:24 PM
    • Replies: 7
    • Views: 457
    05-23-2013, 03:44 PM Go to last post
  21. Strange function issue

    Hi there, i'm trying to get item from a local SQLITE db table: function getInfo(itemId) { var itemName = "defaultName"; DEMODB.transaction( function (transaction) { transaction.executeSql("SELECT * FROM itemsTable where id=?", , function (transaction,...

    Started by flop696‎, 05-22-2013 08:53 AM
    • Replies: 9
    • Views: 426
    05-23-2013, 03:34 PM Go to last post
  22. resolved [RESOLVED] How to link an object to a url / div tag / shadowbox

    My client wants a map that allows you to hover over certain states and when certains states are clicked company logos appear some how (in a div tag above or below the map or in a shadowbox window) I have the map built but i'm new to javascript and am having a hard time figuring out how to link...

    Started by PeytonGregory‎, 05-22-2013 08:38 AM
    • Replies: 2
    • Views: 317
    05-23-2013, 02:09 PM Go to last post
  23. My website on mobile devices

    I run a small private school -- fairoaksacademy.com. I know nothing about web development. Most of our site currently does not work on my iPhone 5 (JavaScript ON in Safari). This is especially true of the first 7 sections as noted on the menu bar on the left. The text and photos sort of show...

    Started by schoolowner‎, 05-22-2013 04:07 PM
    • Replies: 3
    • Views: 277
    05-23-2013, 01:17 PM Go to last post
  24. Read txt file using javascript and display the content in simple html file

    Hi, I have a simple html page, I want to read some other file using java script and display the content. It looks simple, but when I tried facing many issues. Anybody has sample code with simple example, please share with me. Thanks in advance!

    Started by sakthi.99it‎, 05-22-2013 09:48 PM
    • Replies: 6
    • Views: 412
    05-23-2013, 10:21 AM Go to last post
  25. Form Field Validation within Other Function

    Hello. I'm looking for some direction on something. I have written a fairly simple JavaScript code that allows the user to enter in their salary into a form field, what their % bonus should be and then click a "Calculate" link which multiplies the two fields together and presents their bonus payout...

    Started by helliott‎, 05-23-2013 09:01 AM
    • Replies: 1
    • Views: 272
    05-23-2013, 09:15 AM Go to last post

Forum Information and Options

Moderators of this Forum
Users Browsing this Forum

There are currently 259 users browsing this forum. (2 members & 257 guests)

  1. GKDev
  2. vwphillips

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