www.webdeveloper.com
+ Post New Thread
Page 8 of 10 FirstFirst ... 6 7 8 9 10 LastLast
Threads 176 to 200 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,344
    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,633
    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,246
    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,333
    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,310
    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,552
    02-02-2004, 03:12 PM Go to last post
  1. Question doubt videos and jquery

    I have a question, what happens is that I want to put a series of video on a web page, and I'm using jquery ui tabs and to separate pages in a three lists and pages and with a minimum of 10 items, each Aimed at a video, each pressing on an item it shows a youtube video, but not if it's better to...

    Started by dexhering‎, 05-01-2013 07:27 PM
    javascript, jquery
    • Replies: 1
    • Views: 440
    05-02-2013, 01:14 AM Go to last post
  2. How do I build this?

    Not sure how I would build this but I want to make a javascript that will generate text based on a switch. It will also need to generate text for radio buttons based on the selected switch variable as well. Basicly I want to build something to generate a question and multipal choice answer. Ive got...

    Started by mholmes‎, 05-01-2013 09:38 PM
    • Replies: 4
    • Views: 512
    05-02-2013, 01:02 AM Go to last post
  3. Post Constantly rolling over button

    Hi All, I need to javascript a button so that when moused over and the mouse button is held down, the action constantly repeats until the mouse button is released. I need this to keep incrementing a value until the customers chosen value is reached when the mouse button is released. Also a...

    Started by ChristBang‎, 05-01-2013 09:01 PM
    • Replies: 1
    • Views: 430
    05-01-2013, 11:15 PM Go to last post
  4. Lightbulb How to SlideToggle

    Hi, Below i have posted the code for my Question.On clicking the anchor link, it does toggle. but the class"mytbody3"should hide on anchor link sliding down. i understand, an if condition should solve this but with limited jQuery coding knowledge, i am not sure how to write it. can someone help...

    Started by ChristBang‎, 05-01-2013 09:52 PM
    javascipt
    • Replies: 0
    • Views: 225
    05-01-2013, 09:52 PM Go to last post
  5. Conflit Jquery HELP

    I want to use 2 system of jquery, but i was having conflit, and i don't know how to fix, someone can help me please? <script type="text/javascript"> jQuery(document).ready(function() { $('blockquote').quovolver(); }); </script>

    Started by danielpt‎, 05-01-2013 04:07 PM
    • Replies: 1
    • Views: 470
    05-01-2013, 06:58 PM Go to last post
  6. Exclamation jQuery Mobile

    EDIT: Sorry, I was going to write the title after I finished writing this part, but I forgot and clicked "submit" -- so now it's stuck. :( I'm using jQuery Mobile 1.3.1 (and jQuery 1.9.1) and I'm trying to make the panels responsive. "So far so good" except that the function that worked...

    Started by amandaNHT‎, 05-01-2013 06:51 PM
    jquery mobile, mobile, responsive jquery mobile, responsive panels, rwd
    • Replies: 0
    • Views: 454
    05-01-2013, 06:51 PM Go to last post
  7. First Javascript

    Trying to make a simple javascript. I want to build a online test program. This is what I have but it apears to not work: <!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">...

    Started by mholmes‎, 05-01-2013 03:59 PM
    • Replies: 3
    • Views: 485
    05-01-2013, 05:32 PM Go to last post
  8. for in .example

    some one can give me example about For in , i find few and i looking for more, http://msdn.microsoft.com/en-us/library/ie/55wb2d34(v=vs.94).aspx http://www.w3schools.com/js/js_loop_for.asp

    Started by vdftr‎, 05-01-2013 10:36 AM
    • Replies: 1
    • Views: 447
    05-01-2013, 04:43 PM Go to last post
  9. jQuery Accurate compass mobile website

    Hi, I want to make a compass in the browser (mobile website, NOT native applicaton). The purpose is that you have a button "Save current location to localstorage" and when you click on that button you save the latitude & longitude of the current location in the localstorage of the browser. ...

    Started by nielsv‎, 05-01-2013 02:40 PM
    • Replies: 1
    • Views: 424
    05-01-2013, 03:25 PM Go to last post
  10. 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: 914
    05-01-2013, 09:03 AM Go to last post
  11. How to go to specific page?

    I'm browsing through this website, looking for a podcast about 9 months ago. The page has "next" and "previous" button, and when clicked, it goes through pages without changing web address or opening a new page. When i hover over the button, it says "javascript:void(0)" for both buttons. What this...

    Started by cowls192‎, 04-28-2013 02:28 PM
    • Replies: 4
    • Views: 756
    05-01-2013, 06:52 AM Go to last post
  12. Post Select field which depends on input text field

    Hello, I was trying to put a simple html code with javascript but i can't find the solution. Following is my basic html code: <form name="student" id="student" action="submit.php" method="post" > <label>1. Enter Student Roll Number</label> <input type="text" name="rollno" id="rollno" /> ...

    Started by akmonata‎, 04-25-2013 12:02 PM
    select box, text box
    • Replies: 8
    • Views: 1,364
    05-01-2013, 03:55 AM Go to last post
  13. ResizeBrowserBy() not working

    <!DOCTYPE html> <html> <head> <script type="text/javascript"> function ResizeBrowserBy() {

    Started by vdftr‎, 04-30-2013 03:46 PM
    • Replies: 1
    • Views: 498
    04-30-2013, 04:52 PM Go to last post
  14. About newwindow=window.open

    Hello, It does not work <script language="javascript" type="text/javascript"> <!-- function popitup(url) { newwindow=window.open(url,'name','scrollbars=0,status=0,resizable=0,location=0,toolbar=0,height=300,width=800'); if (window.focus) {newwindow.focus()} return false; }

    Started by Adem‎, 04-30-2013 05:12 AM
    • Replies: 2
    • Views: 677
    04-30-2013, 01:35 PM Go to last post
  15. Not work on IE

    The below code work well on Crome but not in IE <script language=JavaScript> var sTestEventType='mousedown'; function handleMouseEvent(e) { var evt = (e==null ? event:e); if (evt.type!=sTestEventType) return true; if (evt.which==1) return true; return false; }...

    Started by docco‎, 04-30-2013 04:06 AM
    • Replies: 1
    • Views: 574
    04-30-2013, 11:55 AM Go to last post
  16. Loading one thing after another

    I’m hoping someone can throw some light on a novice geek’s latest problem. This is my meagre little page: http://www.dogsactually.co.uk/nada_and_orla/orla.html It has a splash screen (rightly or wrongly), and I’m using a ‘Shuffle letters’ jQuery plugin...

    Started by sillysod‎, 04-29-2013 05:20 PM
    • Replies: 3
    • Views: 751
    04-30-2013, 11:47 AM Go to last post
  17. loading divs not pages

    I have code to change divs on a main page (stored on an external page) it works for me in Firefox but not in Chrome or IE ... Is it something that I'm missing.... http://www.webdeveloper.com/forum/showthread.php?268893-How-do-I-change-the-contents-of-a-lt-div-gt-with-a-click%28link%29 I took the...

    Started by Bugsie‎, 04-24-2013 06:21 PM
    • Replies: 9
    • Views: 1,535
    04-30-2013, 11:43 AM Go to last post
  18. Javascript Code to allow XML Feed to appear on webpage!!!

    Hello all, I have tried so many things to get this to work but to no avail, can someon eplease help me out here with a simple script for n XML steam feed. http://api.steampowered.com/ISteamUserStats/GetGlobalAchievementPercentagesForApp/v0002/?gameid=221380&format=xml OK NOW THE...

    Started by mdexter‎, 04-28-2013 07:07 PM
    • Replies: 1
    • Views: 655
    04-30-2013, 10:53 AM Go to last post
  19. Responsive thumbnail carousel

    I have a jsfiddle here - http://jsfiddle.net/ZrHfu/1/ Demo here - http://www.ttmt.org.uk/forum/thumb_test/ I'm trying to create a responsive thumbnail carousel - I've seen plugins to do this but they all need images the same size, I need something with images in different sizes. It's very...

    Started by ttmt‎, 04-30-2013 10:11 AM
    • Replies: 0
    • Views: 556
    04-30-2013, 10:11 AM Go to last post
  20. Integer array question

    I was wondering how to declare an array that has 20 integer values. And then also how to write a script that computes and shows onto the screen the sum and average of the 20 values. Thanks!

    Started by bananarama‎, 04-28-2013 08:08 PM
    • Replies: 2
    • Views: 608
    04-30-2013, 06:46 AM Go to last post
  21. Help stopping tablets overiding mouse click

    Hi, I'm hoping you can help. Here's what I want to happen. There's a hotspot link on a map When on a computer - If you hover over the hotspot, some text shows. However if you click the hotspot, you go straight to a URL.

    Started by iamjake‎, 04-30-2013 05:54 AM
    • Replies: 0
    • Views: 485
    04-30-2013, 05:54 AM Go to last post
  22. Color different areas of image using by clicking on color

    i have created the following: - http://www.ruks.co.uk/inscape.html As you see when you click on the colour red or blue it change the Pilasters but once a color is select you cannot select the other colour how can this been done any help be appriciated

    Started by ruks12‎, 04-22-2013 03:11 PM
    • Replies: 12
    • Views: 1,720
    04-30-2013, 04:51 AM Go to last post
  23. ajax google map api

    I have been stuck on this problem for 3 days. longest problem i have ever had fixing something. I am obviously new to AJAX. PLease please please help please take a look at this site and my code and tell me where im messing up here.. www.wuno.biz This is the index page

    Started by Nicholas Diaz‎, 04-29-2013 11:21 PM
    ajax, gmapapi, onload
    • Replies: 0
    • Views: 500
    04-29-2013, 11:21 PM Go to last post
  24. Sort elements in reverse

    This is my jquery script to sort elements on a page. How do i reverse the order from last to first? <script type="text/javascript"> // When the document is ready set up our sortable with it's inherant function(s) $(document).ready(function() { $("#sortlist").sortable({ update :...

    Started by igotosleepat2‎, 05-08-2011 05:47 PM
    • Replies: 5
    • Views: 1,719
    04-29-2013, 09:39 PM Go to last post
  25. .getElementsByClassName wont work

    http://jsbin.com/emasoh/4/edit

    Started by vdftr‎, 04-27-2013 12:29 PM
    • Replies: 5
    • Views: 783
    04-29-2013, 02:38 PM Go to last post

Forum Information and Options

Moderators of this Forum
Users Browsing this Forum

There are currently 701 users browsing this forum. (0 members & 701 guests)

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