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

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,330
    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,590
    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,228
    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,319
    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,277
    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,539
    02-02-2004, 03:12 PM Go to last post
  1. Read txt file using javascript and display the content in simple html file

    Hi, I have a simple html page, I want to read some other file using java script and display the content. It looks simple, but when I tried facing many issues. Anybody has sample code with simple example, please share with me. Thanks in advance!

    Started by sakthi.99it‎, Yesterday 09:48 PM
    • Replies: 4
    • Views: 202
    Today, 05:17 AM Go to last post
  2. Drawing lines accurately over text

    I'm looking for the best techinique to draw lines accurately over monospaced text in a web page I am serving. The effect I was is like this: http://oi43.tinypic.com/ea5x1w.jpg The text should actually be text, so it is selectable, rather than just an image with text drawn in it. What is a...

    Started by occularis‎, Today 04:54 AM
    draw, graphics, javascript, render
    • Replies: 2
    • Views: 54
    Today, 05:01 AM Go to last post
  3. Strange function issue

    Hi there, i'm trying to get item from a local SQLITE db table: function getInfo(itemId) { var itemName = "defaultName"; DEMODB.transaction( function (transaction) { transaction.executeSql("SELECT * FROM itemsTable where id=?", , function (transaction,...

    Started by flop696‎, Yesterday 08:53 AM
    • Replies: 6
    • Views: 246
    Today, 02:01 AM Go to last post
  4. About DOM--how to add node to form

    I hava a question. I want to change form after ask by prompt(). I want to change form 's test. I try, but nothing happened. I serch it,but just there is about <p> 's example.

    Started by jsltf‎, Yesterday 09:41 AM
    dom, javascript
    • Replies: 2
    • Views: 189
    Yesterday, 10:09 PM Go to last post
  5. My website on mobile devices

    I run a small private school -- fairoaksacademy.com. I know nothing about web development. Most of our site currently does not work on my iPhone 5 (JavaScript ON in Safari). This is especially true of the first 7 sections as noted on the menu bar on the left. The text and photos sort of show...

    Started by schoolowner‎, Yesterday 04:07 PM
    • Replies: 1
    • Views: 87
    Yesterday, 09:59 PM Go to last post
  6. Show/Hide toggle - use multiple image swaps

    Hello all, Below is a script I've set up that is working successfully. It toggles a portion of content in a table to show/hide multiple rows, upon a mouseclick over an image. The image reads "Show 2008", and when clicked, it also swaps to another image that reads "Hide 2008", and then back to...

    Started by thecommish3‎, Yesterday 10:46 AM
    • Replies: 2
    • Views: 216
    Yesterday, 08:59 PM Go to last post
  7. javascript only firing once??!!!!!

    hi there, i dont know whether this is more of a php issue or javascript issue but I would appreciate if someone could put me out of my misery as i've been on this for days. basically i have a php file using a switch statement to randomly choose from a list of messages to display on an online...

    Started by rbrown‎, Yesterday 07:51 PM
    • Replies: 0
    • Views: 164
    Yesterday, 07:51 PM Go to last post
  8. Need to Learn JQuery and Photo Swipe ASAP

    Hello all, I'm a freelance web designer/developer, xhtml php mysql css javascript. 1) I need to learn to update javascript to jquery. 2) I need to update my photo gallery sliders to swipe on mobile devices. And I have to demo my first gallery to the client in TWO WEEKS, so I need to learn...

    Started by beevee‎, 05-21-2013 02:59 PM
    • Replies: 2
    • Views: 297
    Yesterday, 04:16 PM Go to last post
  9. Link in sorting table?

    Hi, I am pulling my hair out and need some assistance. I originally created a JavaScript sorting table from a third-party but then it wouldn't work in IE 10. I'm pulling the data in from an XML file. I then used a Spry Sorting table. It is compatible in all browsers but I can't get the...

    Started by MissKay‎, Yesterday 04:16 PM
    • Replies: 0
    • Views: 186
    Yesterday, 04:16 PM Go to last post
  10. 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‎, 05-21-2013 09:36 AM
    http request, javascript
    • Replies: 5
    • Views: 327
    Yesterday, 12:51 PM Go to last post
  11. Image Swap on Show/Hide Toggle

    Hi All, Noob at javascript and need some help with changing an image onclick to show/hide DIV(s). Here is my script to show/hide DIV9s): <script language="javascript" type="text/javascript"> function toggleSpecific(elementid) { var node = document.getElementById(elementid);...

    Started by bluecollar01‎, 03-21-2012 12:14 PM
    image swap, javascript, show/hide, toggle
    • Replies: 7
    • Views: 1,203
    Yesterday, 10:20 AM Go to last post
  12. Determine if a slidetoggle is hiding or showing

    I have a slide toggle on paragraphs within unique divs. These divs are wrapped in a "main" div. Is it possible to determine if the paragraph's are hidden or visible so that I can adjust the "main" div's height relative to the number of different paragraphs showing? You can see the issue on the...

    Started by JoeEE‎, 05-06-2013 10:54 AM
    • Replies: 4
    • Views: 815
    Yesterday, 09:59 AM Go to last post
  13. Unhappy AJAX Multiple form submit and retrieve results separately

    There is a gallery website. I want users be able to submit comment for each item. Every six items load in one page and there is a form for each one. Form have to be sent to server-side and retrieve results(some simple messages) using ajax. I want results be printed instead of its related form. ...

    Started by NimaNaraghi‎, Yesterday 08:29 AM
    ajax jquery, yii framework
    • Replies: 1
    • Views: 244
    Yesterday, 08:44 AM Go to last post
  14. Cool 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‎, Yesterday 08:38 AM
    • Replies: 0
    • Views: 171
    Yesterday, 08:38 AM Go to last post
  15. 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‎, 05-21-2013 04:46 AM
    • Replies: 5
    • Views: 317
    Yesterday, 08:11 AM Go to last post
  16. AJAX Ajax -cross domain POST call with Jquery

    Hi, Am new to world of jquery..and in our appln we need to use jquery for making a cross domain call and sending parameters through a post method. Is this possible through jquery? Whatever so far , i could come up works on FF/Chrome higher versions..but not on IE/Safari. Even on...

    Started by oxygenan‎, Yesterday 12:53 AM
    • Replies: 4
    • Views: 266
    Yesterday, 07:36 AM Go to last post
  17. 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‎, 05-21-2013 05:29 AM
    • Replies: 3
    • Views: 317
    Yesterday, 04:17 AM Go to last post
  18. 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‎, 05-21-2013 06:24 AM
    • Replies: 1
    • Views: 225
    Yesterday, 03:55 AM Go to last post
  19. activeElement Safari

    The following code will display the id of an input element in both IE and Safari. However, it will only display the id of a non-input div in IE. The alert message in Safari is blank. Could someone show me how to get the id of a div (non-input element) in Safari. Thanks, ...

    Started by TedN‎, 05-21-2013 06:10 PM
    • Replies: 3
    • Views: 230
    05-21-2013, 10:34 PM Go to last post
  20. 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: 179
    05-21-2013, 03:46 PM Go to last post
  21. Calling JavaScript function on ASP.NET page load

    I am new to JavaScript and ASP.NET programming, and have what is probably a really simple question. I have a JavaScript function defined in the head section of an aspx page. How can I fire this function from the asp.net page_load function when the page loads?

    Started by twowetdogz‎, 02-16-2008 09:04 PM
    • Replies: 13
    • Views: 89,599
    05-21-2013, 03:34 PM Go to last post
  22. Automatic Email Alert when webpage is updated

    Good Day - I am looking for a script that will allow webpage users to receive an automated email alert when I make edits (add info) to my company's website (one page in particular). The user would submit his/her email address using a form. I would then manually add the email addresses to list. ...

    Started by genoMU69‎, 05-21-2013 12:36 PM
    email notification
    • Replies: 2
    • Views: 191
    05-21-2013, 02:24 PM Go to last post
  23. 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: 11
    • Views: 30,087
    05-21-2013, 12:57 PM Go to last post
  24. 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‎, 05-20-2013 10:24 PM
    • Replies: 5
    • Views: 329
    05-21-2013, 12:49 PM Go to last post
  25. 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: 416
    05-21-2013, 12:30 PM Go to last post

Forum Information and Options

Moderators of this Forum
Users Browsing this Forum

There are currently 911 users browsing this forum. (1 members & 910 guests)

  1. vwphillips

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