www.webdeveloper.com
+ Post New Thread
Page 10 of 10 FirstFirst ... 8 9 10
Threads 226 to 243 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,375
    05-16-2013, 04:39 AM Go to last post
  2. 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,356
    03-31-2005, 10:45 AM Go to last post
  3. 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,748
    12-30-2009, 08:00 AM Go to last post
  4. 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,352
    08-07-2004, 12:15 PM Go to last post
  5. 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,306
    05-31-2007, 09:07 AM 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,571
    02-02-2004, 03:12 PM Go to last post
  1. Works on one but not on the other?? Help!!!

    Hi all, first off thank you in advance for any help you can offer me. My knowledge of Javascript is limited only to taking other people's hard work and trying to mould it to my whim. In this case, I've failed. I had a friend write me a small piece of coding for something that I'm working on. And...

    Started by scapegoat‎, 05-21-2013 11:31 AM
    • Replies: 1
    • Views: 191
    05-21-2013, 03:46 PM Go to last post
  2. AJAX XMLHttpRequest cannot load… Origin null is not allowed by Access-Control-Allow-Origin

    I am trying to print a json that this broker on my server, but i can not return the json, the chorme me of the following error: XMLHttpRequest can not load .... Origin null is not allowed by Access-Control-Allow-Origin. can someone help me? the following code:` ...

    Started by paulovagner‎, 05-20-2013 01:39 PM
    ajax jquery
    • Replies: 3
    • Views: 531
    05-21-2013, 12:30 PM Go to last post
  3. Question Y U NO WORK js

    Ok, so I want to use this tut: http://tympanus.net/codrops/2011/11/09/interactive-html5-typography/ To create this (on a Tumblr hosted website): http://tympanus.net/Tutorials/InteractiveTypographyEffects/index3.html But I can't seem to get it to work :confused: This is my code: <html...

    Started by superbrainmary‎, 04-24-2013 01:11 PM
    javascript
    • Replies: 0
    • Views: 621
    04-24-2013, 01:11 PM Go to last post
  4. Youtube Api - get current time

    Hi Everybody, I would like to ask You about Youtube Api and what to do that after refreshing page video from youtube will be at current time, not to load from the start. I have code like this on the page: <div id="ytplayer" style="height:400px; background-color:#000;"></div> ...

    Started by mandybuzz‎, 05-07-2013 01:17 PM
    • Replies: 0
    • Views: 662
    05-07-2013, 01:17 PM Go to last post
  5. Lightbulb [ Opinion ] Javascript that is best suited for visitors?

    Hey guys, In my navigation I have a section labeled: User Control. I have 3 links so far. For all browsers I have a "Print Page" link. If you visit using IE I have a "Add to Favorites" and "Make Us Your Homepage" links. What other user controls are handy? A link to make text bigger? What...

    Started by JesseToxik‎, 04-25-2013 12:22 AM
    javascript, opinion
    • Replies: 6
    • Views: 1,169
    04-26-2013, 04:29 PM Go to last post
  6. resolved [RESOLVED] 1 checkbox disables the rest of the checkboxes

    ive got 1 checkbox called "selectall" and i want it to disable the rest of the checkboxes in the form. if i give it an id of "selall" and all of the rest id's of "all" when i click it only the 1st gets disabled using function assgAll(){ if...

    Started by Da_Elf‎, 05-01-2013 03:07 PM
    • Replies: 7
    • Views: 1,029
    05-02-2013, 12:03 PM Go to last post
  7. resolved [RESOLVED] adding custom table sorting procedure

    I have a javascript file that is used to sort my html table. All of the standard data types are being sorted correctly. For example, I have columns of numbers, alphanumeric characters, and dates that are all being sorted correctly. One of my columns displays data that needs to be sorted a...

    Started by cmartino‎, 04-30-2013 10:56 AM
    • Replies: 2
    • Views: 915
    05-01-2013, 09:03 AM Go to last post
  8. resolved [RESOLVED] Adding values of checked boxes together - spitting out one number at the end...

    Afternoon... I've created a small script to show the value of a selected college course. That value will populate in a field on the end-user's side. Take a look at this jsfiddle - http://jsfiddle.net/jlnewnam/d82sf/1/ When you check the box, the value displays in a comma delimited field....

    Started by jlnewnam‎, 05-15-2013 04:09 PM
    • Replies: 11
    • Views: 697
    05-16-2013, 02:01 PM Go to last post
  9. resolved [RESOLVED] break doesnt just break out of a loop it breaks my whole code

    In the below code i have a checkbox to select or deselect all. and then three options i can enable or disable. The idea is that if any of them go red the checkall box is unchecked. and if all of them have turned back green then it will be checked. everything works right up until the turning them...

    Started by Da_Elf‎, 05-06-2013 09:14 PM
    • Replies: 1
    • Views: 675
    05-06-2013, 10:36 PM Go to last post
  10. resolved [RESOLVED] Calling parent with new parameters.

    I have a mortgage calculator which can produce the following table when "Gen P.I. in new window" is selected (options were 20,000 at 5% for 6 years): Date Payment Interest AppPrin Principal 04/21/13 20000.00 05/21/13 322.10 83.33 ...

    Started by wbport‎, 04-21-2013 09:07 AM
    parent
    • Replies: 1
    • Views: 849
    04-25-2013, 08:26 AM Go to last post
  11. resolved jQuery [RESOLVED] Drag and drop image over image and fix it on specific X & Y position

    Hello guys, I'm in a dilemma regarding a Jquery script What I want to do: I have a couple of images that I want to put over another image using drag (and drop) The only thing is, that "the drop", needs to be on specific X Y coordinates. I have tried do make a code up and I finally...

    Started by mihailmrom‎, 04-23-2013 03:55 AM
    • Replies: 3
    • Views: 1,578
    04-25-2013, 08:48 AM Go to last post
  12. resolved [RESOLVED] How to link an object to a url / div tag / shadowbox

    My client wants a map that allows you to hover over certain states and when certains states are clicked company logos appear some how (in a div tag above or below the map or in a shadowbox window) I have the map built but i'm new to javascript and am having a hard time figuring out how to link...

    Started by PeytonGregory‎, 05-22-2013 08:38 AM
    • Replies: 2
    • Views: 279
    Yesterday, 02:09 PM Go to last post
  13. resolved [RESOLVED] Iframe and firefox

    Hello, I have a an Iframe in my html code like this; <iframe id="degiskenicerik" scrolling="yes" src="http://localhost:16413/ZikriSinoglu/Idari.htm" frameborder=0 name="degiskenicerik"></iframe> And i want to change its src property with following script; function menu_click(url)...

    Started by nailgok‎, 09-17-2011 02:17 PM
    firefox, iframe
    • Replies: 3
    • Views: 2,705
    05-08-2013, 12:28 AM Go to last post
  14. 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: 929
    05-05-2013, 08:22 AM Go to last post
  15. resolved [RESOLVED] Post HTML form data to a text file using AJAX & PHP

    I am trying to post 4 HTML form fields to a text file using AJAX & PHP The full HTML form has other fields. The whole form will be posted to a different location after. need some sample code if possible. PHP variables are $username = $_POST; $realname = $_POST;

    Started by simora‎, 05-19-2013 08:32 PM
    • Replies: 7
    • Views: 616
    05-20-2013, 11:11 PM Go to last post
  16. resolved [RESOLVED] Regex form validation phone numbers

    can someone help me get this to validate correctly. or improve on it it works fine except i can type letters and the form still goes through. i want the option of xxx-xxx-xxxx or (xxx) etc. if (!phone.match(/^\d{2}\-\d{3}\-\d{4} | ^\({1}\d{2}\){1}\s?\d{3}\-\d{4} | ^\d{2}\s\d{3}\s\d{4}/)) {...

    Started by Nicholas Diaz‎, 05-14-2013 09:18 PM
    • Replies: 2
    • Views: 421
    05-14-2013, 11:53 PM Go to last post
  17. 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: 733
    05-06-2013, 12:59 PM Go to last post
  18. resolved [RESOLVED] Using JS on browser without allowing ActiveX

    I am developing an internal site for IE8. In one of the applications, I'm using JS and jQuery, and when I bring it up, it automatically allows the site to be used without the warning, "IE has restricted this webpage from running scripts or ActiveX controls that could access your computer." ...

    Started by jlnewnam‎, 04-25-2013 12:43 PM
    • Replies: 2
    • Views: 752
    04-25-2013, 12:55 PM Go to last post

Forum Information and Options

Moderators of this Forum
Users Browsing this Forum

There are currently 569 users browsing this forum. (1 members & 568 guests)

  1. daysable

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