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

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,390
    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,791
    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,329
    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,362
    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,368
    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,580
    02-02-2004, 03:12 PM Go to last post
  1. 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‎, Today 06:25 PM
    • Replies: 0
    • Views: 5
    Today, 06:25 PM Go to last post
  2. 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‎, Yesterday 08:47 AM
    • Replies: 4
    • Views: 240
    Today, 05:59 PM Go to last post
  3. 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: 257
    Today, 03:47 PM Go to last post
  4. 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‎, Today 03:01 AM
    • Replies: 1
    • Views: 228
    Today, 12:42 PM 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‎, Today 11:06 AM
    • Replies: 0
    • Views: 127
    Today, 11:06 AM Go to last post
  6. 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‎, Today 08:46 AM
    • Replies: 0
    • Views: 156
    Today, 08:46 AM Go to last post
  7. 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: 418
    Today, 08:28 AM Go to last post
  8. 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‎, Yesterday 04:24 PM
    form, javascript, percentage, ratio, validation
    • Replies: 3
    • Views: 249
    Today, 01:25 AM Go to last post
  9. 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,133
    Today, 01:04 AM Go to last post
  10. 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: 338
    Yesterday, 08:30 PM Go to last post
  11. 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: 420
    Yesterday, 03:44 PM Go to last post
  12. 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: 397
    Yesterday, 03:34 PM Go to last post
  13. 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: 291
    Yesterday, 02:09 PM Go to last post
  14. 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: 248
    Yesterday, 01:17 PM Go to last post
  15. 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: 382
    Yesterday, 10:21 AM Go to last post
  16. 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‎, Yesterday 09:01 AM
    • Replies: 1
    • Views: 251
    Yesterday, 09:15 AM Go to last post
  17. 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‎, Yesterday 06:51 AM
    cookie, css, javascript trigger
    • Replies: 0
    • Views: 199
    Yesterday, 06:51 AM Go to last post
  18. 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‎, Yesterday 04:54 AM
    draw, graphics, javascript, render
    • Replies: 2
    • Views: 232
    Yesterday, 05:01 AM Go to last post
  19. 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: 275
    05-22-2013, 10:09 PM Go to last post
  20. 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: 296
    05-22-2013, 08:59 PM Go to last post
  21. 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: 341
    05-22-2013, 04:16 PM Go to last post
  22. Link in sorting table?

    Hi, I am pulling my hair out and need some assistance. I originally created a JavaScript sorting table from a third-party but then it wouldn't work in IE 10. I'm pulling the data in from an XML file. I then used a Spry Sorting table. It is compatible in all browsers but I can't get the...

    Started by MissKay‎, 05-22-2013 04:16 PM
    • Replies: 0
    • Views: 260
    05-22-2013, 04:16 PM Go to last post
  23. Image Swap on Show/Hide Toggle

    Hi All, Noob at javascript and need some help with changing an image onclick to show/hide DIV(s). Here is my script to show/hide DIV9s): <script language="javascript" type="text/javascript"> function toggleSpecific(elementid) { var node = document.getElementById(elementid);...

    Started by bluecollar01‎, 03-21-2012 12:14 PM
    image swap, javascript, show/hide, toggle
    • Replies: 7
    • Views: 1,276
    05-22-2013, 10:20 AM Go to last post
  24. Determine if a slidetoggle is hiding or showing

    I have a slide toggle on paragraphs within unique divs. These divs are wrapped in a "main" div. Is it possible to determine if the paragraph's are hidden or visible so that I can adjust the "main" div's height relative to the number of different paragraphs showing? You can see the issue on the...

    Started by JoeEE‎, 05-06-2013 10:54 AM
    • Replies: 4
    • Views: 935
    05-22-2013, 09:59 AM Go to last post
  25. Unhappy AJAX Multiple form submit and retrieve results separately

    There is a gallery website. I want users be able to submit comment for each item. Every six items load in one page and there is a form for each one. Form have to be sent to server-side and retrieve results(some simple messages) using ajax. I want results be printed instead of its related form. ...

    Started by NimaNaraghi‎, 05-22-2013 08:29 AM
    ajax jquery, yii framework
    • Replies: 1
    • Views: 302
    05-22-2013, 08:44 AM Go to last post

Forum Information and Options

Moderators of this Forum
Users Browsing this Forum

There are currently 284 users browsing this forum. (1 members & 283 guests)

  1. TedN

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