www.webdeveloper.com
+ Post New Thread
Page 4 of 10 FirstFirst ... 2 3 4 5 6 ... LastLast
Threads 76 to 100 of 248

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,349
    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,652
    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,257
    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,336
    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,318
    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,559
    02-02-2004, 03:12 PM Go to last post
  1. Exclamation What JavaScript plugin is this?

    I found this website and really love the JavaScript plugin that makes the hover effect when you hover your mouse over the video templates, like this. Here's the website: http://www.dayztv.com/ Does anyone know where I can get this plugin from?

    Started by whatsgoingon‎, 05-10-2013 05:06 PM
    • Replies: 3
    • Views: 630
    05-14-2013, 10:05 AM Go to last post
  2. Loading html and java applet in same webpage

    I am trying to great a simplified version of a virtual tour with an interactive floor plan. Currently I'm using a jpg with slices saved over top of it that I created in photoshop, linking each slice to an html file that loads my applet in a new window. I want to eliminate the new window and just...

    Started by ablowers‎, 05-14-2013 08:27 AM
    • Replies: 0
    • Views: 271
    05-14-2013, 08:27 AM Go to last post
  3. Disable input in the form

    Hello, Personnel have the following code: <script type="text/javascript"> function mostraDiv(valor){ if(valor == "fisica"){ document.getElementById("fisica").style.display = ""; document.getElementById("juridica").style.display = "none"; document.getElementById("juridica").disable =...

    Started by andredoom‎, 05-13-2013 09:24 PM
    • Replies: 0
    • Views: 299
    05-13-2013, 09:24 PM Go to last post
  4. Novice debugging issue

    I’m brand new to javascript and as a seemingly easy first mini-project, I’m trying to write a script that will turn an array into a string and present it in an alert box. Here is the script as it exists: var termDef = new Array(); termDef = “<acronym><acronymTerm>”; termDef = “term”;...

    Started by a1ineinthesand‎, 05-13-2013 09:28 AM
    • Replies: 1
    • Views: 356
    05-13-2013, 02:56 PM Go to last post
  5. How to populate a table based on a selection from a drop down menu

    I'm absolutely useless with JavaScript, but I need this table to work with it. I'm trying to create a table that will populate a row of cells based upon a selection from a drop down menu. The drop down menu sits at the top of the third and final column in my table and should populate the cells...

    Started by chris124‎, 05-03-2013 03:34 PM
    javascript, jquery, tables
    • Replies: 10
    • Views: 1,478
    05-13-2013, 01:51 PM Go to last post
  6. Lightbulb Button For Changing Themes?

    Hey. So I am a beginning web designer, and as I was designing my new page, I got this idea: I'd like to create a row of buttons to change the main cursor on the site. I downloaded this one cursor file, and I'd like to make a button to apply it, and a button to reset the cursor to default. ...

    Started by WebDesigner222‎, 05-13-2013 09:39 AM
    button, cursor, javascript
    • Replies: 1
    • Views: 296
    05-13-2013, 10:10 AM Go to last post
  7. error chcecking .js and then php

    I have a working form. But I am not to sure about how error checking works. will someone please look at my code and explain how i can add the error checks to my .js and .php file <?php sleep(2); //Sanitize incoming data and store in variable $date = trim(stripslashes(htmlspecialchars...

    Started by Nicholas Diaz‎, 05-13-2013 08:58 AM
    ajax error checking
    • Replies: 0
    • Views: 251
    05-13-2013, 08:58 AM Go to last post
  8. add 180 seconds to a date

    Hi every one I've a date in a variable like this : var d="2013-05-11 14:48:46" I want to add 180 seconds to it via javascript and get the new date . sometimes it's much more than 180 seconds , maybe 2000 second How can I do that ? I've tried several ways but non of them worked . Thanks

    Started by hno2005‎, 05-10-2013 11:31 PM
    • Replies: 4
    • Views: 592
    05-13-2013, 06:24 AM Go to last post
  9. Dojox.Grid.DataGrid and lightview

    Hi everybody, the topic is the compatibility of dojo grid with lightview. I need to associate the opening of a lightbox with the event onclick on a link that I format inside the results of a DataGrid. Is it possible? Anyone can tell me how it works? Thanks ad regards

    Started by valeof‎, 05-13-2013 06:05 AM
    • Replies: 0
    • Views: 227
    05-13-2013, 06:05 AM Go to last post
  10. Storing objects in Array Behave Badly

    Here's the code: // generates a nice bright yellow to oranges palette function genPalette() { var icols = 0; var color = new Object(); color.r = 0; color.g = 0; color.b = 0;

    Started by binarybob0010‎, 05-12-2013 12:54 AM
    • Replies: 2
    • Views: 418
    05-13-2013, 05:58 AM Go to last post
  11. 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: 387
    05-13-2013, 02:10 AM Go to last post
  12. 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: 313
    05-13-2013, 01:34 AM Go to last post
  13. 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: 550
    05-12-2013, 06:06 AM Go to last post
  14. 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: 449
    05-11-2013, 05:53 PM Go to last post
  15. 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: 679
    05-11-2013, 04:28 PM Go to last post
  16. 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: 222
    05-11-2013, 02:53 PM Go to last post
  17. 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: 765
    05-11-2013, 11:43 AM Go to last post
  18. 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: 311
    05-11-2013, 10:27 AM Go to last post
  19. 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: 380
    05-11-2013, 10:15 AM Go to last post
  20. 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: 263
    05-11-2013, 10:12 AM Go to last post
  21. 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: 504
    05-11-2013, 04:32 AM Go to last post
  22. 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: 708
    05-11-2013, 02:36 AM Go to last post
  23. 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: 734
    05-11-2013, 02:18 AM Go to last post
  24. 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: 667
    05-10-2013, 02:03 PM Go to last post
  25. 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,965
    05-10-2013, 12:03 PM Go to last post

Forum Information and Options

Moderators of this Forum
Users Browsing this Forum

There are currently 370 users browsing this forum. (1 members & 369 guests)

  1. rtrethewey

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