www.webdeveloper.com
+ Post New Thread
Page 1 of 10 1 2 3 ... LastLast
Threads 1 to 25 of 245

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,267
    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,416
    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,134
    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,284
    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,151
    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,495
    02-02-2004, 03:12 PM Go to last post
  1. Update subfolder in scr

    Hi everyone What is the best way to update a subfolder name using javascript? I have 3 buttons (this is a quick example) <ul id="menu"> <li>button1</li> <li>button2</li> <li>button3</li>

    Started by pc_mac‎, Today 04:46 AM
    • Replies: 2
    • Views: 133
    Today, 10:58 AM Go to last post
  2. Question Question regarding HTTP Requests

    Hello people, I'd like to know if there's a way to change a value of a textfield via the Requests sent by a sub-domain? For example: A textfield has the value of 0 on page "bla.com/bla1" And the value only changes to 1 if I visit the site "bla.com/bla2" I want to do this via Request...

    Started by exelent699‎, Today 09:36 AM
    http request, javascript
    • Replies: 4
    • Views: 94
    Today, 10:51 AM Go to last post
  3. Question jQuery jquery code is not working browsers except firefox

    hi guys, i have a jquery code.it is working only firefox.other browsers are not see the code.i search in web but nothing appears. can anyone help me to solve this problem?? here is my code: $(function() { var $el, leftPos, newWidth;

    Started by sweetysweety‎, Today 05:29 AM
    • Replies: 1
    • Views: 150
    Today, 09:57 AM Go to last post
  4. Setting the response to SELECT element ID works in FF and CHROME but not IE. help!!

    Here is my HTML SELECT tag. ----------------------------- <select class="validate text-input" id='plyrstate' name='plyrstate'> <option>Select</option> <option ></option> </select> Using mootools ajax request, I am using the following line to set the response to the above id...

    Started by sthaniga‎, Yesterday 10:24 PM
    • Replies: 4
    • Views: 204
    Today, 09:50 AM Go to last post
  5. Question Load CSV or TXT file into javascript array

    Hi guys, I am new at javascript and I want to know if it is possible to load either a CSV file or TXT file into an array. Basically the file gets downloaded from the net and is actually a txt file. e.g. ("Heading 1","Heading 2","Heading 3","Heading 4".... and under that is the details "Data...

    Started by proton‎, 03-05-2010 04:29 AM
    • Replies: 10
    • Views: 29,817
    Today, 07:01 AM Go to last post
  6. 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‎, Yesterday 01:39 PM
    ajax jquery
    • Replies: 2
    • Views: 183
    Today, 06:59 AM Go to last post
  7. jQuery Identification Near Tming

    Hi All, this is a Javascript doubt. I have 5 timings as follows: 9:00 AM 11:00 AM 5:30 AM 5:00 PM 3:30 PM 7:00 PM

    Started by lakshmipathi‎, Today 06:24 AM
    • Replies: 0
    • Views: 87
    Today, 06:24 AM Go to last post
  8. 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: 492
    Yesterday, 11:11 PM Go to last post
  9. form validation with javascript

    Hi guys I am new to this forum and I really need someones help here with this, as I am trying to validate this form and really struggle with it. I only started here with first field validation and I tested it for a length of input although I need this to validate only numbers from 1-99999. I would...

    Started by liamv‎, 05-17-2013 07:23 AM
    • Replies: 2
    • Views: 425
    Yesterday, 05:08 PM Go to last post
  10. Set focus on specific value within dropdown box

    I am learning javascript on the fly and would like to know how to set the focus to a specific value in a select box when it is selected. Here is my code for the select box (in the case, selAMIBetDose is the select box I am displaying) : if (selectedValue == "AtenololQD") { ...

    Started by gmgenova‎, Yesterday 11:10 AM
    • Replies: 1
    • Views: 209
    Yesterday, 12:36 PM Go to last post
  11. as do to keep changes after creating elements?

    and keep the changes in the browser, for example if clicking on a link, it creates a new element already know to: var t = document.createElement ("p"); t.appendChild (document.createTextNode ("new text")); document.body.appendChild (t); as I can keep the changes? say this because when I reload...

    Started by dexhering‎, Yesterday 10:17 AM
    javascript
    • Replies: 1
    • Views: 241
    Yesterday, 10:39 AM Go to last post
  12. Problem with alert function in js.

    Hi, I have a embeded js script which is used everytime the form is loaded. There is a Grid (Grid1) on the form (AddFund) and this script basically color the cells based on the value in variable 'strCellGet'. The code is as below: function addLoadEvent(func) { var oldonload =...

    Started by anil029‎, 05-15-2013 10:59 PM
    • Replies: 4
    • Views: 470
    Yesterday, 08:59 AM Go to last post
  13. Handling Grid Scrolling

    Hi All, I have two grids on my HTML form with vertical and horizontal scrolls in it. I want to control the scrolling of both the grids simultaneously. i.e, If user scrolls one of the grid, the other grid scroll also start moving simultaneously. The position of vertical and horizontal scroll bars...

    Started by anil029‎, Yesterday 01:30 AM
    • Replies: 1
    • Views: 253
    Yesterday, 07:34 AM Go to last post
  14. Help calculation, decimals and currency symbol

    My form calculates correctly (syntax could probably be improved), but I've tried several options to show two decimal places on some of the fields with no success. It would be great to have code that would add a comma where necessary, and also to add a $ for currency. <form method="post"...

    Started by macneal‎, 05-19-2013 10:55 PM
    • Replies: 4
    • Views: 189
    Yesterday, 06:09 AM Go to last post
  15. getElementById question

    Hello. I am looking at the following tutorial: <!DOCTYPE html> <html> <body> <script> function changeImage() { element=document.getElementById('myimage') if (element.src.match("bulbon"))

    Started by monkeys4freedom‎, Yesterday 04:06 AM
    • Replies: 2
    • Views: 240
    Yesterday, 05:06 AM Go to last post
  16. Is it possible to make this search function remove the answers when a new search is s

    Is it possible to make this search function remove the answers when a new search is submitted? http://www.urlgone.com/acfdd9/ (Preview does not seem to work, try running the files locally perhaps, it works locally for me)

    Started by Pongy‎, 05-17-2013 08:43 AM
    function, javascript, json, remove, search
    • Replies: 2
    • Views: 360
    05-19-2013, 10:06 PM Go to last post
  17. Question How do you use javascript to copy and paste sections of html within a page?

    I'm trying to make a greasemonkey script that displays all of the images and attachments within a forum post at the beginning of the post so I don't have to scroll past all of the comments and pages and pages to find the content. Essentially it would just copy sections of html and paste them at the...

    Started by John12341234‎, 05-19-2013 05:07 PM
    • Replies: 1
    • Views: 301
    05-19-2013, 06:35 PM Go to last post
  18. using JSON as database

    Hi all! Need a little help here: I need to use a .json file instead of a SQL Database (for framework reasons). Itīs gonna be a highscore database for a mobile game and looks like so (example data): {"Highscores":} Now I need to READ and WRITE into that "database" but have no clue how...

    Started by tchintchie‎, 05-19-2013 12:38 PM
    javascript, json
    • Replies: 0
    • Views: 268
    05-19-2013, 12:38 PM Go to last post
  19. AJAX MyBB AJAX Pagination

    Hi, I need to write an AJAX Pagination for MyBB (forum software) Here is the pagination function /** * Generate a listing of page - pagination * * @param int The number of items

    Started by Destro‎, 05-19-2013 09:29 AM
    ajax, jquery, mybb
    • Replies: 2
    • Views: 244
    05-19-2013, 11:18 AM Go to last post
  20. Automated Steam bot help

    So, I'm trying to make a bot for steam and I need it so that when a player goes offline it removes them as a friend unless their name is Conway220. I'm using this to get the nodes:https://github.com/seishun/node-steam/blob/master/README.md And it should be similar to this, except the opposite...

    Started by conway220‎, 05-19-2013 12:55 AM
    • Replies: 1
    • Views: 261
    05-19-2013, 09:29 AM Go to last post
  21. My first JavaScript page from HeadFirst

    I just copied the wrote the whole program as per the book headfirst javascript. Even downloaded the images as instructed from there website. the program is exactly the same as in book(at least that's what i think) It is suppose to show unhappy face and they should ak for user's name and then...

    Started by jaipalsingh‎, 05-18-2013 12:24 AM
    • Replies: 9
    • Views: 509
    05-19-2013, 03:59 AM Go to last post
  22. Smile Why won't my page change languages when I click a flag icon?

    I would like the language to change when a different flag icon is clicked but somehow I don't think my jquery is correct because it's not working. Any guidance would be great. Thanks! <!doctype html> <html> <head> <meta charset="UTF-8"> <title>Mini-Coding Assessment 5</title> <script...

    Started by stellina91‎, 05-17-2013 05:08 AM
    • Replies: 3
    • Views: 394
    05-18-2013, 12:23 PM Go to last post
  23. stop video autoplay in iframe

    Hey guys I'm Iframing this site www.themusclemaximizer.com there is an video autoplay. How can I stop the video from playing. The Iframe site isnt mine

    Started by bondigor69‎, 05-18-2013 08:36 AM
    autoplay, iframe, video
    • Replies: 0
    • Views: 272
    05-18-2013, 08:36 AM Go to last post
  24. Help with Rounding Up - My first post

    Hi all – My first post. I am developing a simple web page form where the visitor can input height and width and the script calculates the area and price. The script below does this fine. However, I would like to roundup the answer to the next integer for example if price = 45.678 final...

    Started by i-did-this‎, 05-17-2013 01:48 PM
    • Replies: 5
    • Views: 406
    05-17-2013, 11:26 PM Go to last post
  25. Lightbox - am I doing something wrong?

    Greetings, I have a website that includes several simple (jquery) tools that I've gathered across the Internet. An image gallery (lightbox, "image opener") is by far the most complicated one. I am just getting familiar with javascript and believe I could make my own scripts for those simplistic...

    Started by janje‎, 05-17-2013 03:31 PM
    • Replies: 1
    • Views: 345
    05-17-2013, 04:36 PM Go to last post

Forum Information and Options

Moderators of this Forum
Users Browsing this Forum

There are currently 734 users browsing this forum. (3 members & 731 guests)

  1. exelent699
  2. mrhoo
  3. scapegoat

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