www.webdeveloper.com
+ Post New Thread
Page 5 of 10 FirstFirst ... 3 4 5 6 7 ... LastLast
Threads 101 to 125 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,393
    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,804
    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,335
    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,366
    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,377
    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,585
    02-02-2004, 03:12 PM Go to last post
  1. 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: 527
    05-11-2013, 04:32 AM Go to last post
  2. 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: 811
    05-11-2013, 02:36 AM Go to last post
  3. 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: 807
    05-11-2013, 02:18 AM Go to last post
  4. 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: 769
    05-10-2013, 02:03 PM Go to last post
  5. 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: 3,003
    05-10-2013, 12:03 PM Go to last post
  6. 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: 369
    05-10-2013, 10:45 AM Go to last post
  7. 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: 363
    05-10-2013, 08:31 AM Go to last post
  8. 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: 430
    05-10-2013, 06:36 AM Go to last post
  9. 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: 355
    05-10-2013, 03:42 AM Go to last post
  10. 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,858
    05-10-2013, 02:58 AM Go to last post
  11. 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: 772
    05-09-2013, 11:18 PM Go to last post
  12. 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: 662
    05-09-2013, 09:33 PM Go to last post
  13. 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: 595
    05-09-2013, 07:22 PM Go to last post
  14. 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: 576
    05-09-2013, 06:04 PM Go to last post
  15. 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: 774
    05-09-2013, 02:35 PM Go to last post
  16. Avoid nesting elements in content editable div

    I have been facing a problem in inserting content at current cursor position in a content editable div.Step 1 : i insert a span element containing some text .Now i try to insert another element adjacent to the span element.The newly inserted element is getting neseted inside the span element.I want...

    Started by dushyanth‎, 05-09-2013 10:09 AM
    content
    • Replies: 1
    • Views: 495
    05-09-2013, 12:36 PM Go to last post
  17. Unhappy Need Help; Keep getting SyntaxError: missing } in compound statement

    here is my .js code: alert("JavaScript works!"); // 5-8-13 // Brian Stacks // SDI 1305 // Project 1 // My first dealings in JavaScript

    Started by bstacks‎, 05-09-2013 10:51 AM
    • Replies: 1
    • Views: 615
    05-09-2013, 12:27 PM Go to last post
  18. JS to open link + jump to page #anchor

    I am doing an IDX portal (idx=real estate home search page). I am using a few different platforms that communicate with iframes, its a little murky, but its stable. When I click a link on my parent page, I want it to jump to a page anchor just above the iframe as it loads the href content. ...

    Started by KGDeem‎, 05-09-2013 09:34 AM
    • Replies: 2
    • Views: 648
    05-09-2013, 10:12 AM Go to last post
  19. Avoid nesting elements in content editable div

    I have been facing a problem in inserting content at current cursor position in a content editable div.Step 1 : i insert a span element containing some text .Now i try to insert another element adjacent to the span element.The newly inserted element is getting neseted inside the span element.I want...

    Started by dushyanth‎, 05-09-2013 10:04 AM
    contenteditable, nesting
    • Replies: 0
    • Views: 463
    05-09-2013, 10:04 AM Go to last post
  20. 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: 955
    05-09-2013, 09:27 AM Go to last post
  21. jQuery lightbox_me popups not popping up.

    I am having some trouble getting some popups to appear with lightbox_me. The website says just use display: none; on the div you want to pop up, put the script in and voila, it should appear. I have 3 links with ID of "head_thumb1", "head_thumb2" and "head_thumb3" and the sections I want to...

    Started by djadejones‎, 05-09-2013 04:01 AM
    • Replies: 2
    • Views: 744
    05-09-2013, 08:40 AM Go to last post
  22. selection dropdownlist

    First of all I would be so happy if someone could help me ... I have in my aspx.net file a dropdownlist with a button, when there's a name selected I need to see the corresponding data that is with that name (adress, cell, ...) from a database that I've made. <select name="DropDownList"...

    Started by MichaelDM‎, 05-09-2013 02:59 AM
    database, drop down list, event, onclick
    • Replies: 1
    • Views: 684
    05-09-2013, 08:07 AM Go to last post
  23. Exclamation Prototype Google Maps API Problem (getting time of animated car)

    Hi there, anyone could help me? I have a google map api with an animated car, i needed to get my whole animation time to a variable before it happens, so i could use that variable to control a sliding time in visual basic. My code is the following: <!DOCTYPE html PUBLIC "-//W3C//DTD...

    Started by lima_bonnel‎, 05-09-2013 07:14 AM
    google map api, javascript animation
    • Replies: 0
    • Views: 555
    05-09-2013, 07:14 AM Go to last post
  24. repeating event calendar

    Hello. need a ready calendar with recurring events (day, months)

    Started by openfler‎, 01-14-2013 10:32 AM
    • Replies: 5
    • Views: 740
    05-08-2013, 09:57 PM Go to last post
  25. can't find error in onClick code

    Please see http://www.lapearldesigns.com/legacy/index.html <div id="showpics"> <div id="space"> <img src="coin-B.gif" name="holder" id="holder" width="476" height="476"> </div> <!--closeSPACE--> <div id="thumbnails"><br clear="all">

    Started by auntnini‎, 05-07-2013 07:38 PM
    • Replies: 2
    • Views: 946
    05-08-2013, 06:06 PM Go to last post

Forum Information and Options

Moderators of this Forum
Users Browsing this Forum

There are currently 230 users browsing this forum. (0 members & 230 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