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

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,398
    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,814
    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,337
    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,369
    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,379
    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,588
    02-02-2004, 03:12 PM Go to last post
  1. There is an error in Popup JavaScript, I couldn't find

    Hello, Firefox setting "Using Adobe Acrobat (in firefox)". There is an error in Popup JavaScript, I couldn't find. Pdf didn't load on first viewing with ths JavaScript popup. But no problem when viewing pdf again after closing popup. I wonder, where is the error?

    Started by Adem‎, 05-12-2013 02:05 PM
    • Replies: 2
    • Views: 453
    05-14-2013, 05:42 PM Go to last post
  2. Looking for feedback on my library (JavaScript classical inheritance emulator)

    Hello, I created a JavaScript library for emulating classical inheritance. It uses a C#-like compiler that is also written in JavaScript (no pre-processing). Please let me know your thoughts and if you have any suggestions for improvements or additions. I hope you find it useful. Thank you for...

    Started by redtoline‎, 05-14-2013 04:56 PM
    • Replies: 1
    • Views: 458
    05-14-2013, 04:57 PM Go to last post
  3. Question jQuery Need help converting Jscript menu from hover to click

    Hi everyone. I hope I can find some help with this or at least a direction to look in. I have wanted to use this really great jQuery menu I found available in my personal site and it works great. I just found a problem with I realized we can no longer rely on media queries in CSS to reformat the...

    Started by pandaclacker‎, 05-06-2013 08:13 PM
    • Replies: 2
    • Views: 851
    05-14-2013, 04:42 PM Go to last post
  4. Problem with Switch expression

    Hi, I am in need of a little help for an assignment I'm working on. I want to be able to click on the #foodpic div which displays a randomly generated image (from randF variable which chooses a number from an array) and with the switch statement have it output whether the click is correct or...

    Started by epsteina‎, 05-14-2013 03:08 PM
    • Replies: 0
    • Views: 253
    05-14-2013, 03:08 PM Go to last post
  5. AJAX form field error checking.

    few questions. 1. if i have 20 form fields and im passing them along throught he .js file do i need to put each var in the .js file or just the ones im checking for errors or that are required? or do I place every var that will be sent to the php file so the php file can then handle the...

    Started by Nicholas Diaz‎, 05-08-2013 05:59 PM
    • Replies: 6
    • Views: 824
    05-14-2013, 02:29 PM Go to last post
  6. Start and stop icon

    Hi. I am not a javascript developer.. I have this page that call a servlet every x number of seconds. <script type="text/javascript"> var defaultDelay = 2000; var maxDelay = 64000; var reconnectDelay = defaultDelay; function reconnect (url) { var request = $.ajax({

    Started by klind‎, 05-13-2013 12:14 PM
    • Replies: 1
    • Views: 413
    05-14-2013, 02:02 PM Go to last post
  7. 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: 639
    05-14-2013, 10:05 AM Go to last post
  8. 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: 275
    05-14-2013, 08:27 AM Go to last post
  9. 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: 302
    05-13-2013, 09:24 PM Go to last post
  10. 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: 359
    05-13-2013, 02:56 PM Go to last post
  11. 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,547
    05-13-2013, 01:51 PM Go to last post
  12. 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: 300
    05-13-2013, 10:10 AM Go to last post
  13. 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: 255
    05-13-2013, 08:58 AM Go to last post
  14. 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: 599
    05-13-2013, 06:24 AM Go to last post
  15. 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: 230
    05-13-2013, 06:05 AM Go to last post
  16. 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: 422
    05-13-2013, 05:58 AM Go to last post
  17. 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: 390
    05-13-2013, 02:10 AM Go to last post
  18. 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: 318
    05-13-2013, 01:34 AM Go to last post
  19. 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: 560
    05-12-2013, 06:06 AM Go to last post
  20. 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: 453
    05-11-2013, 05:53 PM Go to last post
  21. 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: 730
    05-11-2013, 04:28 PM Go to last post
  22. 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: 226
    05-11-2013, 02:53 PM Go to last post
  23. 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: 857
    05-11-2013, 11:43 AM Go to last post
  24. 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: 316
    05-11-2013, 10:27 AM Go to last post
  25. 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: 383
    05-11-2013, 10:15 AM Go to last post

Forum Information and Options

Moderators of this Forum
Users Browsing this Forum

There are currently 412 users browsing this forum. (2 members & 410 guests)

  1. vegas

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