www.webdeveloper.com
+ Post New Thread
Page 6 of 10 FirstFirst ... 4 5 6 7 8 ... LastLast
Threads 126 to 150 of 249

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,286
    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,460
    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,167
    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,296
    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,191
    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,506
    02-02-2004, 03:12 PM Go to last post
  1. How you think about the site kizi1.org

    Hi all. I am Monica. After a long hectic busy day, games plays an important role to relax frayed nerves, scorched eyes and tired ears. Playing games is considered as one of the best way to be entertained oneself. How you think about the site. http://www.kizi1.org

    Started by xuxuchym‎, 05-06-2013 02:34 AM
    free online games, games, kizi, kizi1
    • Replies: 1
    • Views: 501
    05-06-2013, 02:02 PM Go to last post
  2. resolved [RESOLVED] Separating JS from HTML

    I'm trying to separate the HTML from the JS function, but having not much luck. Any ideas why I can not accomplish this? <!DOCTYPE HTML> <html> <head> <title> FAQ display</title> <meta charset="utf-8"> <style type="text/css">

    Started by JMRKER‎, 05-06-2013 11:09 AM
    • Replies: 5
    • Views: 598
    05-06-2013, 12:59 PM Go to last post
  3. Javascript in IE, Google Chrome en Firefox, online en off-line in jsrobowar

    An implementation of Robowars (http://robowar.sourceforge.net/RoboWar5/index.html) in Javascript (http://statico.github.io/jsrobowar/) runs online without problems in IE, Google Chrome and Firefox. The code can be downloaded from GitHub (https://github.com/statico/jsrobowar) as...

    Started by peteruilenreef‎, 05-06-2013 05:00 AM
    browser compatibility, javascript
    • Replies: 1
    • Views: 526
    05-06-2013, 09:09 AM Go to last post
  4. Can This Be Done or Is It Impossible?

    I need to pull some data from several "external" real estate sites, like Zillow.com, Trulia.com, Eppraisal.com to be used in calculating estimated property values. Basically, I need to pull in the values from those websites and then add them together, then divide them by the number of values...

    Started by ronlove‎, 05-05-2013 09:59 PM
    • Replies: 1
    • Views: 398
    05-05-2013, 10:00 PM Go to last post
  5. Hack allegro's 404

    Day before the Atmosphere Conference we invite all attendees, coders, UXers, designers, developers and students to hack allegro's 404! Within 12h you are more than welcome to our new office, where you have a great opportunity to talk to the representatives of our IT teams, play together and finally...

    Started by Karolina Pachel‎, 05-05-2013 04:47 PM
    • Replies: 0
    • Views: 429
    05-05-2013, 04:47 PM Go to last post
  6. Converting XML date from XML feed

    I hope I explain this right and the best I can. Let me first start by saying I know nothing about Javascript at all so please be patient with me. HTML/CSS/PHP is normally all I deal with. Only reason I am working with it now is because I am dealing with Google Maps V3. I have been searching the web...

    Started by Texan78‎, 05-03-2013 08:48 PM
    • Replies: 1
    • Views: 630
    05-05-2013, 04:06 PM Go to last post
  7. Question js array shuffle won't work

    Hi, having a major problem with a shuffle function....when shuffle is called, the numbers come back with commas and the array runs out of the div. I can't figure out how to add a space between the numbers. What I would like is to have each index location in the array be put inside a separate div...

    Started by Baldy‎, 05-04-2013 03:32 PM
    • Replies: 3
    • Views: 578
    05-05-2013, 03:11 PM Go to last post
  8. Get Elements by class help

    This is probably a simple problem, but I'm not familiar with JS. I'm using Wordpress with a comment rating plugin to display 2 loops of comments - 1 sorted by "thumbs" rating, and second with standard order. The problem: When a thumb is clicked next to a comment in the standard section the vote...

    Started by elsnare‎, 05-05-2013 05:03 AM
    getelementbyid, getelementsbyclassname, javascipt
    • Replies: 1
    • Views: 524
    05-05-2013, 08:48 AM Go to last post
  9. resolved [RESOLVED] Order Form - JS Alert when all the input fields values are 0

    Hi Everyone. I'm working on a basic ordering form. What i'm trying to achive is to get javascript to return alert when all the inputs fields are with values 0. At least 1 of the inputs has to be filled in with value more then 0 in order to proceed with a ordering form. I have to mention that...

    Started by nitapita‎, 05-05-2013 02:19 AM
    • Replies: 6
    • Views: 714
    05-05-2013, 08:22 AM Go to last post
  10. Trying to collapse j query menu

    I am looking to collapse the jquery accordion menus on the how can i help and useful tips pages. When the page loads the menus are already open, I am not sure why or how to make sure they are collapsed when the page loads? The link is http://www.cherrietestingwebsite.org/tips.html ...

    Started by delboy1875‎, 05-05-2013 07:06 AM
    • Replies: 0
    • Views: 512
    05-05-2013, 07:06 AM Go to last post
  11. Retrieve HTML drop down list value with AJAX

    I have an HTML dropdown list which i'm populating from a database. My question is how can i retrieve the value of a selected item from this dropdown list using AJAX? Here is my code: <script type = "text/javascript"> function getData(str){ var xhr = false; if (window.XMLHttpRequest) {...

    Started by macvia‎, 05-02-2013 11:01 AM
    javascript ajax
    • Replies: 10
    • Views: 1,395
    05-05-2013, 04:25 AM Go to last post
  12. can i use the function, and condition?

    excuse me.. I am a newbie in javascript, Can you help me? I want to make a link with &lt;a href="blabla" onclick="myfunction()"&gt;HERE&lt;/a&gt; and the HERE must be changed three times, HERE (onclick being NEXT), NEXT (oclick being NOW), and NOW (onclick being STARTS). Please tell me the code,...

    Started by rnd‎, 05-03-2013 06:28 PM
    function
    • Replies: 5
    • Views: 967
    05-04-2013, 09:04 PM Go to last post
  13. Display text alongside jQuery validation container

    Believe when I say I've tried to find an answer for this. :p Is it possible to have text appear above my container when it is generated and hide when it's not? For example: Please fix the following errors: This field is required.

    Started by cameronnicolson‎, 05-04-2013 10:50 AM
    • Replies: 1
    • Views: 686
    05-04-2013, 02:34 PM Go to last post
  14. google api loading doesn't work

    Hi, Can anyone find why this Javascript doesn't work? window.onload = function(){ //create script element var scriptElem = document.createElement("script"); scriptElem.type = "text/javascript"; scriptElem.src = "http://www.google.com/jsapi";

    Started by mikemike22‎, 05-02-2013 10:40 AM
    api, chrome extension, javascript
    • Replies: 2
    • Views: 806
    05-04-2013, 04:11 AM Go to last post
  15. change this menu to vertical flyout

    Hi, How do I change this horiz drop down menu to vertical where it appears to the right <script src="jquery-1.9.1.min.js"></script> <style type="text/css"> body{ font-size:0.85em;

    Started by jagguy‎, 05-03-2013 06:44 PM
    • Replies: 0
    • Views: 697
    05-03-2013, 06:44 PM Go to last post
  16. Exclamation Urgent help with javascript!!!!

    I am doing website for searching careers using a html form. I am only allowed to use HTML and JavaScript to do this task. I managed to complete most of it however I had problems comparing the salary of the jobs and the salary the user inputs. I have stored jobs in arrays and they are accessed...

    Started by shajshah‎, 05-03-2013 12:21 PM
    javascipt
    • Replies: 3
    • Views: 961
    05-03-2013, 06:22 PM Go to last post
  17. Issue with jQuery, JS, or my HTML... Not sure...

    I created an overlay for my website, but completed it in a separate file for testing purposes. Now, I'm ready to implement it to my site, and I am having a lot of issues. It simply won't work. Here's the test link for the one that works: http://webfro.gs/south/modal-overlay/ -Click on the...

    Started by jlnewnam‎, 05-02-2013 04:53 PM
    • Replies: 7
    • Views: 1,123
    05-03-2013, 06:14 PM Go to last post
  18. Post jQuery Carousel script help

    Hi I have been trying to find a carousel script but have not found one that I like so I have looked at some designs and have done the HTML & CSS side of things now I am in need of a guy to do the jQuery side. here is the HTML <div id="carousel"> <ul id="tabs"> ...

    Started by DJSean‎, 05-03-2013 05:54 PM
    carousel, jquery, script
    • Replies: 0
    • Views: 700
    05-03-2013, 05:54 PM Go to last post
  19. JS SlideShow Script II

    Hello, I was wondering if anyone has used this script before (it's posted on **Link Removed**). I am using it for web gallery, however cannot adjust cross fade duration no matter what value I put in. Any suggestions on how to make it work properly would be greatly appreciated. Or if there is a...

    Started by ICE QUEEN‎, 05-02-2013 01:52 AM
    • Replies: 5
    • Views: 1,008
    05-03-2013, 05:31 PM Go to last post
  20. calculater

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <script type="text/javascript"> const...

    Started by zanda‎, 05-03-2013 01:17 PM
    • Replies: 3
    • Views: 794
    05-03-2013, 04:00 PM Go to last post
  21. Script help for sharing data between documents in a Sharepoint portal?

    My supervisor has called upon me to write a script that will take acronyms and their corresponding definitions from one .xml file in our Sharepoint portal and feed them into a two-column table in another .xml file. The acronyms and definitions are clearly delineated by tags according to the S1000D...

    Started by a1ineinthesand‎, 05-03-2013 03:45 PM
    • Replies: 0
    • Views: 710
    05-03-2013, 03:45 PM Go to last post
  22. Control confrim delete

    Hello, The alert() musn't display, if any checkbox(s) isn't selected. How can I do this? <script language="javascript"> function confirmDel() { var agree=confirm("Are you sure you want to delete rows?!"); if (agree) {

    Started by Adem‎, 05-03-2013 07:21 AM
    • Replies: 2
    • Views: 829
    05-03-2013, 01:23 PM Go to last post
  23. jquery vertical flyout menu

    Hi, I am after a simple jquery vertical (not horizontal) flyout menu tutorial. I am finding complicated menus only

    Started by jagguy‎, 05-03-2013 08:55 AM
    • Replies: 0
    • Views: 690
    05-03-2013, 08:55 AM Go to last post
  24. problem with google chrome in my slideshow with arabic language

    The slideshow I think is very well done. Browse dual function mouseover and independent. Unfortunately this does not work with Google Chrome in Arabic (mouseover is OK, but automatic running not work). Perhaps, here is the problem: dir="rtl" e.g. in arabic In all other languages ​​and...

    Started by muutz‎, 05-03-2013 03:08 AM
    • Replies: 1
    • Views: 689
    05-03-2013, 08:13 AM Go to last post
  25. Exclamation jQuery mouse follow

    hello everyone.i have problem about mouse movement situation. my site is like this: ]
<div class="point" id="point">
 <div id="greypoint"></div>
 <div id="redpoint"></div>
 </div> <div id="menu">
 <ul id="example-two" class="group">
 <li...

    Started by sweetysweety‎, 05-03-2013 03:54 AM
    • Replies: 0
    • Views: 687
    05-03-2013, 03:54 AM Go to last post

Forum Information and Options

Moderators of this Forum
Users Browsing this Forum

There are currently 624 users browsing this forum. (1 members & 623 guests)

  1. oxygenan

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