www.webdeveloper.com
+ Post New Thread
Page 3 of 10 FirstFirst 1 2 3 4 5 ... LastLast
Threads 51 to 75 of 243

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,181
    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,224
    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,024
    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,242
    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,040
    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,441
    02-02-2004, 03:12 PM Go to last post
  1. code in jquery

    Hi guys, I"m having trouble to write jquery code, i'm trying to use css images using hover and active but is look like is not going to work when using images, i guess i have to use jquery, what i'm trying to figure out how to write in jquery to make works #menubar1 li...

    Started by Alidad‎, 05-12-2013 07:15 PM
    • Replies: 3
    • Views: 371
    05-13-2013, 02:10 AM Go to last post
  2. JavaScript bubble sort

    If some one can tell me what the mistake is,it will only show the unsorted array but not the sorted array please help heres the code: <HTML> <HEAD> <TITLE> bubblesort </TITLE> <SCRIPT language = "JavaScript">

    Started by josh1995‎, 05-12-2013 08:55 PM
    • Replies: 1
    • Views: 299
    05-13-2013, 01:34 AM Go to last post
  3. Can not see javascript?

    I am new to javascript and am building my first website, after having the content of the website typed up and styled with html and css, I wanted to practice writing a simple javascript code to it. The purpose of the javascript is to repeat on all the pages the copyright information for my website....

    Started by tsidebottom10‎, 05-11-2013 04:10 AM
    css, html 4.01, java file js
    • Replies: 4
    • Views: 535
    05-12-2013, 06:06 AM Go to last post
  4. Question clearInterval does not work

    Hey guys, I've done a d&d script. But if the interval is going since a few minutes, the d&d is lagging. So I made a function which should clear the interval, but it is not working. Here is the code: var qwindow = function() { ... this.interval;

    Started by deSpeach‎, 05-11-2013 12:24 PM
    • Replies: 7
    • Views: 437
    05-11-2013, 05:53 PM Go to last post
  5. Red face jQuery swappin image after buttons clicked.

    Hello! Can someone help me ? I wish that after clicking three different buttons a particular image is swapped with another? Thank you.

    Started by silvanvella‎, 05-10-2013 01:51 AM
    buttons, swap
    • Replies: 4
    • Views: 575
    05-11-2013, 04:28 PM Go to last post
  6. jTypes 2 Beta Download

    The jTypes 2 beta is now available for download... DESCRIPTION jTypes is the most comprehensive and robust JavaScript library for overcoming differential inheritance with prototype-based objects. Its lightweight yet powerful design provides web programmers on any platform or browser the ability...

    Started by redtoline‎, 05-11-2013 02:53 PM
    • Replies: 0
    • Views: 210
    05-11-2013, 02:53 PM Go to last post
  7. Question for loop not working

    Dear all, I want to highlight first 10 nofollow links on my webpage and I am using the below javascript code <script type="text/javascript"> function highlight() { var attr = document.getElementsByTagName("a"); if (attr.getAttributeNode("rel").value=="nofollow") {

    Started by csshacks‎, 05-09-2013 07:09 AM
    for loop
    • Replies: 7
    • Views: 602
    05-11-2013, 11:43 AM Go to last post
  8. Matching Parenthesis

    Hello, all. I thought making a calculator would be a fairly simple practice exercise, but it's turning out more complicated than I had anticipated. I don't want the user to be able to type a closing bracket if there isn't a matching opening bracket. I know how to search the string for specific...

    Started by teru‎, 05-11-2013 09:04 AM
    • Replies: 2
    • Views: 301
    05-11-2013, 10:27 AM Go to last post
  9. Defaul Language in JavaScript - Cookie

    I have inherited a website that is both English and French. On the header of every page is some text that says "View this page in: <language>". The default right now is French. I want the default to always be English. Here is the script to set the cookie: $(document).ready(function(){ var...

    Started by ats‎, 05-11-2013 10:15 AM
    • Replies: 0
    • Views: 368
    05-11-2013, 10:15 AM Go to last post
  10. need help with JS game sensor controls

    hello everybody! i´m developing a mobile skiing game for a school project with moscrif (www.moscrif.com). it uses javascript and automatically creates native code. anyways, my current task is to make the ski-slope move/scroll according to the input from the device´s sensor. it´s supposed to be...

    Started by tchintchie‎, 05-11-2013 10:12 AM
    game, map
    • Replies: 0
    • Views: 254
    05-11-2013, 10:12 AM Go to last post
  11. search() problem

    Hi, I want to use search() to check if a string contains any illegal characters. Problem is that I can't find out how to do it when the illegal variables come from a string. It should be something like below. Only this doesn't work. function check_string(mystr,taboos) { var patt = "//"; //...

    Started by musicmaster‎, 05-10-2013 05:10 AM
    • Replies: 3
    • Views: 459
    05-11-2013, 04:32 AM Go to last post
  12. autocomplete populate drop down lists

    I have an auto complete textbox that i would like to populate drop down lists after selecting the item for the text box. Granted i'm sure i can do this by reloading form or something like that but i want to do it much like the auto complete does and just parse the info through a file onBlur. ...

    Started by ebar‎, 05-08-2013 08:05 AM
    • Replies: 1
    • Views: 536
    05-11-2013, 02:36 AM Go to last post
  13. Js

    Hello all, I'm new to this forum so please go easy on me, lol. I have a template with specific code and I'm having trouble identifing the code, which I think is Java Script. Here is the code: <h1><a href="index.html" id="logo">Individuals</a><span id="slogan">With our girls it will not be...

    Started by Ms Guzzy‎, 05-09-2013 03:14 PM
    • Replies: 6
    • Views: 548
    05-11-2013, 02:18 AM Go to last post
  14. Prototype Inheriting Array() Properties

    Hello All, I am trying to create an object to holds random variables. These variables are randomly generated using the Math.random() function. I would like to have an object that has a lot of the Array() properties so that everytime the user clicks a button (or some sort of event happens), a new...

    Started by JSHARP‎, 05-09-2013 01:29 PM
    • Replies: 2
    • Views: 519
    05-10-2013, 02:03 PM Go to last post
  15. onMouseover Problem in Microsoft IE

    Hallo, I am currently creating a Webpage for eBay, but habe a Problem displaying onmouseover correctly in IE. There is a big picture (name: Bild0) below some small pictures (Bild1, Bild2, usw.) which should be displayed in the big size when mouseover. The mouseovered picture should not be...

    Started by aurelius‎, 05-14-2011 02:24 PM
    • Replies: 6
    • Views: 2,728
    05-10-2013, 12:03 PM Go to last post
  16. Changing numbers output by another script to images

    I'm having difficulties making these two scripts operate together. The first script changes numbers 0-9 to its respective image, while the second displays a count-up occurring at a set interval/increment. What I need these to do is output the result of the count-up (which works like a charm on...

    Started by cawacker‎, 05-10-2013 10:36 AM
    • Replies: 1
    • Views: 354
    05-10-2013, 10:45 AM Go to last post
  17. Javascript not loading on url with extention

    Hello. I have the following javascript <script> function headerTop() { var height = $(".header_container").height() + $(".nav_container").height(); $(".content").css({"paddingTop" : height}); }

    Started by Gerriem_nl‎, 05-10-2013 08:31 AM
    • Replies: 0
    • Views: 350
    05-10-2013, 08:31 AM Go to last post
  18. Action in <select> tag with Javascript

    Hi guys, I'm new in Javascript, and have the following code: <script type="text/javascript"> function changeFunc() { var selectBox = document.getElementById("selectBox"); var selectedValue = selectBox.options.value; if (selectedValue == "Configuration1")...

    Started by nganndt0409‎, 05-10-2013 02:16 AM
    • Replies: 1
    • Views: 328
    05-10-2013, 06:36 AM Go to last post
  19. Json parse error on <p>

    Hello I am unable to to edit a json file i need to add some updates but i keep getting Error: Parse error on line 8: ... "text" : " company name -----------------------^ Expecting 'STRING', 'NUMBER', 'NULL', 'TRUE', 'FALSE', '{', ' I am trying to add a paragraph with a...

    Started by jelly46‎, 05-10-2013 03:42 AM
    json
    • Replies: 0
    • Views: 272
    05-10-2013, 03:42 AM Go to last post
  20. 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,738
    05-10-2013, 02:58 AM Go to last post
  21. Help with passing an argument from within the following script

    The code below is from a ".js" file and I am having problems with figuring out how to concatenate the value from the TEXT FIELD within this code. I'm trying to pass an item a person is searching for to another script (like the following): http://www.domainname.com/search_result.php?find=dog ...

    Started by Ewittli‎, 05-09-2013 02:31 PM
    • Replies: 7
    • Views: 516
    05-09-2013, 11:18 PM Go to last post
  22. Drop-down menu

    I am struggling to develop a drop-down menu in Javascript that includes five sports and links to webpages regarding those sports. My five sports are Baseball, basketball, football, hockey, and Nascar. I will be adding three page links in a drop down for each sport. Can anyone provide an example of...

    Started by MissMusical‎, 05-09-2013 01:48 PM
    • Replies: 3
    • Views: 399
    05-09-2013, 09:33 PM Go to last post
  23. Blending Javascript with HTML exercise help

    Hi, I am new here and I was wondering if anyone here could point me in the right direction. We are supposed to do a simple hangman game. The exercise is about uploading a .txt file with words separated by a space and converting those words into an array. Then the program asks the user what is the...

    Started by maugs‎, 05-09-2013 07:22 PM
    • Replies: 0
    • Views: 378
    05-09-2013, 07:22 PM Go to last post
  24. Exclamation Variable get's "lost" if obtained from mysql database.

    Hello guys, I need your help with a combined JavaScript-PHP code... Let me post the codes First, the PHP code: <div id="shop_product_table" style="float: left; margin-left: 0px; width: 205px;">

    Started by mihailmrom‎, 05-09-2013 06:04 PM
    • Replies: 0
    • Views: 350
    05-09-2013, 06:04 PM Go to last post
  25. Question Replace Comma With Period

    I am working on a JavaScript that uses variables defined by another program. I sat it up to use periods for barometric pressure and GPS coordinates. Some countries use commas instead of periods. Is there an easy way to have the JavaScript change a variable if it has a comma instead of a period...

    Started by BTJustice‎, 05-08-2013 11:50 PM
    • Replies: 3
    • Views: 475
    05-09-2013, 02:35 PM Go to last post

Forum Information and Options

Moderators of this Forum
Users Browsing this Forum

There are currently 344 users browsing this forum. (0 members & 344 guests)

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