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

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,401
    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,839
    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,351
    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,382
    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,403
    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,600
    02-02-2004, 03:12 PM Go to last post
  1. 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‎, Today 02:32 AM
    • Replies: 1
    • Views: 60
    Today, 11:49 AM Go to last post
  2. 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‎, Yesterday 06:25 PM
    • Replies: 11
    • Views: 275
    Today, 11:31 AM Go to last post
  3. 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‎, Today 06:18 AM
    • Replies: 4
    • Views: 170
    Today, 10:01 AM Go to last post
  4. 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‎, Today 03:09 AM
    • Replies: 1
    • Views: 164
    Today, 07:03 AM Go to last post
  5. 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‎, Yesterday 11:06 AM
    • Replies: 1
    • Views: 204
    Today, 06:07 AM Go to last post
  6. 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‎, Today 05:48 AM
    breeze forms, cookies
    • Replies: 0
    • Views: 60
    Today, 05:48 AM Go to last post
  7. 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: 292
    Yesterday, 05:59 PM Go to last post
  8. 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: 317
    Yesterday, 03:47 PM Go to last post
  9. 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‎, Yesterday 03:01 AM
    • Replies: 1
    • Views: 286
    Yesterday, 12:42 PM Go to last post
  10. 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‎, Yesterday 08:46 AM
    • Replies: 0
    • Views: 203
    Yesterday, 08:46 AM Go to last post
  11. 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: 460
    Yesterday, 08:28 AM Go to last post
  12. 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: 278
    Yesterday, 01:25 AM Go to last post
  13. 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,166
    Yesterday, 01:04 AM Go to last post
  14. 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: 363
    05-23-2013, 08:30 PM Go to last post
  15. 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: 447
    05-23-2013, 03:44 PM Go to last post
  16. 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: 421
    05-23-2013, 03:34 PM Go to last post
  17. 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: 308
    05-23-2013, 02:09 PM Go to last post
  18. 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: 271
    05-23-2013, 01:17 PM Go to last post
  19. 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: 406
    05-23-2013, 10:21 AM Go to last post
  20. 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: 265
    05-23-2013, 09:15 AM Go to last post
  21. Question How To Set A Simple Cookie Based on Content CSS Show/Hide Settings?

    I have a Breeze plugin generated javascript form that uses <div style="display:none"> to hide/show content based on user selections. I need to be able to set a cookie if/when what was invisible content is set to display. I've tried adding a javascript within the <div>, but it sets the cookie...

    Started by Sage‎, 05-23-2013 06:51 AM
    cookie, css, javascript trigger
    • Replies: 0
    • Views: 213
    05-23-2013, 06:51 AM Go to last post
  22. Drawing lines accurately over text

    I'm looking for the best techinique to draw lines accurately over monospaced text in a web page I am serving. The effect I was is like this: http://oi43.tinypic.com/ea5x1w.jpg The text should actually be text, so it is selectable, rather than just an image with text drawn in it. What is a...

    Started by occularis‎, 05-23-2013 04:54 AM
    draw, graphics, javascript, render
    • Replies: 2
    • Views: 248
    05-23-2013, 05:01 AM Go to last post
  23. About DOM--how to add node to form

    I hava a question. I want to change form after ask by prompt(). I want to change form 's test. I try, but nothing happened. I serch it,but just there is about <p> 's example.

    Started by jsltf‎, 05-22-2013 09:41 AM
    dom, javascript
    • Replies: 2
    • Views: 297
    05-22-2013, 10:09 PM Go to last post
  24. Show/Hide toggle - use multiple image swaps

    Hello all, Below is a script I've set up that is working successfully. It toggles a portion of content in a table to show/hide multiple rows, upon a mouseclick over an image. The image reads "Show 2008", and when clicked, it also swaps to another image that reads "Hide 2008", and then back to...

    Started by thecommish3‎, 05-22-2013 10:46 AM
    • Replies: 2
    • Views: 315
    05-22-2013, 08:59 PM Go to last post
  25. Need to Learn JQuery and Photo Swipe ASAP

    Hello all, I'm a freelance web designer/developer, xhtml php mysql css javascript. 1) I need to learn to update javascript to jquery. 2) I need to update my photo gallery sliders to swipe on mobile devices. And I have to demo my first gallery to the client in TWO WEEKS, so I need to learn...

    Started by beevee‎, 05-21-2013 02:59 PM
    • Replies: 2
    • Views: 359
    05-22-2013, 04:16 PM Go to last post

Forum Information and Options

Moderators of this Forum
Users Browsing this Forum

There are currently 396 users browsing this forum. (2 members & 394 guests)

  1. Padonak
  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