www.webdeveloper.com
+ Post New Thread
Page 10 of 10 FirstFirst ... 8 9 10
Threads 226 to 247 of 247

Forum: JavaScript

JavaScript (not Java) Discussion and technical support, including AJAX and frameworks (JQuery, MooTools, Prototype...)

  1. 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,450
    12-30-2009, 08:00 AM Go to last post
  2. 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,185
    08-07-2004, 12:15 PM 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,159
    05-31-2007, 09:07 AM Go to last post
  4. 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,283
    05-16-2013, 04:39 AM Go to last post
  5. 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,293
    03-31-2005, 10:45 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,503
    02-02-2004, 03:12 PM Go to last post
  1. need help with JS game sensor controls

    hello everybody! iīm developing a mobile skiing game for a school project with moscrif (www.moscrif.com). it uses javascript and automatically creates native code. anyways, my current task is to make the ski-slope move/scroll according to the input from the deviceīs sensor. itīs supposed to be...

    Started by tchintchie‎, 05-11-2013 10:12 AM
    game, map
    • Replies: 0
    • Views: 260
    05-11-2013, 10:12 AM Go to last post
  2. Defaul Language in JavaScript - Cookie

    I have inherited a website that is both English and French. On the header of every page is some text that says "View this page in: <language>". The default right now is French. I want the default to always be English. Here is the script to set the cookie: $(document).ready(function(){ var...

    Started by ats‎, 05-11-2013 10:15 AM
    • Replies: 0
    • Views: 376
    05-11-2013, 10:15 AM Go to last post
  3. scrolling background image help

    when the image cycles it goes in to the border and continues at a slower rate. how can i have it reverese its scroll once it reaches the end of the image? here is my code... (function($) { var x = 0; ...

    Started by Nicholas Diaz‎, 04-24-2013 12:01 AM
    image, jqury, reverse, scrolling
    • Replies: 0
    • Views: 625
    04-24-2013, 12:01 AM Go to last post
  4. Jquery ajax function not being called

    I have a web page which fill's form data based on some json data sent from a web service. Once the form is ready to be submitted a function is called which takes all the form data turns it into a xml-formatted string then parses the xml so it becomes a valid xml object. This is where the problem...

    Started by MannyG‎, 05-02-2013 04:42 PM
    html, javascript, jquery, xml
    • Replies: 0
    • Views: 619
    05-02-2013, 04:42 PM Go to last post
  5. jTypes 2 Beta Download

    The jTypes 2 beta is now available for download... DESCRIPTION jTypes is the most comprehensive and robust JavaScript library for overcoming differential inheritance with prototype-based objects. Its lightweight yet powerful design provides web programmers on any platform or browser the ability...

    Started by redtoline‎, 05-11-2013 02:53 PM
    • Replies: 0
    • Views: 217
    05-11-2013, 02:53 PM Go to last post
  6. Question Hide parent element from an iframe link

    Hello, I'm working on a project, and I need to find a solution to hide a DIV element by clicking a link located in an iframe. The problem is that DIV element is located in the parent window, not in the iframe! Here is the html code for the two pages: index.html (parent window)...

    Started by alexander2000‎, 05-16-2013 07:09 AM
    • Replies: 0
    • Views: 298
    05-16-2013, 07:09 AM Go to last post
  7. Question Help with Javascript

    Hello guys - I need some help with Javascript in Qualtrics...I need to do the following: Ideally, I want to have 2 videos on the same screen and participants will be able to start and watch any video they want; I should be able to capture the time that they spend on watching each video;...

    Started by hristinad‎, 04-24-2013 10:47 AM
    • Replies: 0
    • Views: 458
    04-24-2013, 10:47 AM Go to last post
  8. 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: 615
    04-24-2013, 01:11 PM Go to last post
  9. Question Comprehensive list of IE vs. Mozilla Javascript differences and gotchas

    I am looking for a Comprehensive list of IE vs. Mozilla Javascript differences and gotchas. To forestall any redundant postings, I know that the best answer would be something like: Use jQuery! and I would agree with anyone who posted that advice. Unfortunately, my client does not wish to go...

    Started by tim042849‎, 04-24-2013 02:35 PM
    • Replies: 0
    • Views: 607
    04-24-2013, 02:35 PM Go to last post
  10. 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: 707
    05-03-2013, 03:45 PM Go to last post
  11. 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: 690
    05-03-2013, 05:54 PM Go to last post
  12. 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: 683
    05-03-2013, 06:44 PM Go to last post
  13. Exclamation Prototype Google Maps API Problem (getting time of animated car)

    Hi there, anyone could help me? I have a google map api with an animated car, i needed to get my whole animation time to a variable before it happens, so i could use that variable to control a sliding time in visual basic. My code is the following: <!DOCTYPE html PUBLIC "-//W3C//DTD...

    Started by lima_bonnel‎, 05-09-2013 07:14 AM
    google map api, javascript animation
    • Replies: 0
    • Views: 370
    05-09-2013, 07:14 AM Go to last post
  14. Avoid nesting elements in content editable div

    I have been facing a problem in inserting content at current cursor position in a content editable div.Step 1 : i insert a span element containing some text .Now i try to insert another element adjacent to the span element.The newly inserted element is getting neseted inside the span element.I want...

    Started by dushyanth‎, 05-09-2013 10:04 AM
    contenteditable, nesting
    • Replies: 0
    • Views: 334
    05-09-2013, 10:04 AM Go to last post
  15. 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: 480
    05-05-2013, 07:06 AM Go to last post
  16. Exclamation Variable get's "lost" if obtained from mysql database.

    Hello guys, I need your help with a combined JavaScript-PHP code... Let me post the codes First, the PHP code: <div id="shop_product_table" style="float: left; margin-left: 0px; width: 205px;">

    Started by mihailmrom‎, 05-09-2013 06:04 PM
    • Replies: 0
    • Views: 427
    05-09-2013, 06:04 PM Go to last post
  17. Blending Javascript with HTML exercise help

    Hi, I am new here and I was wondering if anyone here could point me in the right direction. We are supposed to do a simple hangman game. The exercise is about uploading a .txt file with words separated by a space and converting those words into an array. Then the program asks the user what is the...

    Started by maugs‎, 05-09-2013 07:22 PM
    • Replies: 0
    • Views: 444
    05-09-2013, 07:22 PM Go to last post
  18. Problem with Switch expression

    Hi, I am in need of a little help for an assignment I'm working on. I want to be able to click on the #foodpic div which displays a randomly generated image (from randF variable which chooses a number from an array) and with the switch statement have it output whether the click is correct or...

    Started by epsteina‎, 05-14-2013 03:08 PM
    • Replies: 0
    • Views: 237
    05-14-2013, 03:08 PM Go to last post
  19. iTunes or iPhone album artwork flick through slider/carousel for a website

    Hi Guys, Any help with this would be greatly appreciated. I am new to web development and am picking things up slowly but I struggle to find information on how I can produce and learn certain things. I want to be able to create an iTunes/iPhone-esque album flick through carousel like that...

    Started by ae2326‎, 05-14-2013 08:59 PM
    carousel, images, interactive, javascript css, slider
    • Replies: 0
    • Views: 199
    05-14-2013, 08:59 PM Go to last post
  20. share content off other site

    for example I just want to have the tables from http://www.quakelive.com/#!clans/summary/204531 that list the members, so when the clan is updated at this site it also updates at my site. how do i do this?

    Started by hitscan‎, 05-15-2013 01:10 AM
    • Replies: 0
    • Views: 279
    05-15-2013, 01:10 AM Go to last post
  21. 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: 445
    05-01-2013, 06:51 PM Go to last post
  22. 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: 220
    05-01-2013, 09:52 PM Go to last post

Forum Information and Options

Moderators of this Forum
Users Browsing this Forum

There are currently 464 users browsing this forum. (2 members & 462 guests)

  1. HarisZaid
  2. thecommish3

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