|
Home » Network Pages
A D V E R T I S E M E N T
Resource Directory
Javascript Questions and Answers Page
- Accessible Scripting 101
Welcome to the "Accessible Scripting 101" thread. This thread will feature JavaScript scripts developed with access...
- Attn: Expert coders
I'm looking to update the scripts over at JavaScript Source (JSS) and need some good coders who are willing to tak...
- 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 wit...
- 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 wit...
- Attention All Coders
Hey, all you JavaScript coders Are you interested in getting your scripts published? Would you like to share them w...
- 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 r...
- 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 scrip...
- how to extract img src from an external list
GreetingsI need your help please..I have a website of 20 pages. Each page displays an image from a catalog located ...
- [RESOLVED] Trouble Linking Thumbnails to Javascript Slider
This is the website I am working on:http: rebeccakush.com I want to turn those little brown boxes (which were gene...
- Refresh an external javascript file from the server at intervals?
Hi guys,I have a webpage in which certain content will be called from a javascript file.I will be linking to the fi...
- jQuery Why Chrome Does not Work
Hi there,Both Firefox and MS IE work well, but not Chrome. Does any body has experienced the same issue? How do you...
- Hide text box on page load
I'm using the following Javascript and HTML code to hide display a text box based on the selection of a radio butto...
- Sliding Div
Hi All,I'm new to this forum and to javascript - I've been learning html and css for a hobby and now I'm starting o...
- getting a link color to stay activated
I have a page that has two elements. One is navigation, and the other is an iframe where the links in that navigati...
- Detect network internal or external access
Hello I want to ask if it is possible with jQuery to detect if my webpage on my webserver is opened from a internal...
- Function property versus this
Hello everyone. I'm testing a way I've seen to cache the results of a function within the function itself. But ther...
- Help Needed - HTML Javascript
Hi All,First post here, desperately need assistance with something.I have a that needs to display 4 different thin...
- help using javascript using a random file
so what I am trying to do is create a function does the following three things each time it is run:1. pick a random...
- document object works in IE but not in FF
cmCreatePageviewTag(">",">");var myDiv1 = document.getElementById("myDiv1");var myDiv2 = document.getElementById("m...
- Simple javascript form issue
Hi guys As a newbie I'm trying to make a very simple email form work, but after hours and hours of lurking I still ...
- Locally Override a Remote JavaScript Function
Hello from the JavaScript newbie,I'm in process of creating some landing pages for my client's Google AdWords campa...
- drawing dae models (in js on canvas)
is there any library for 3d drawing on canvas that is easy to use and with good explanations and supportor good gui...
- Help me remove ScrolltoTop on page refresh load?
I am a javascript beginner, and I think I know what to look for when removing a ScrolltoTop function, but the searc...
- Multiple divs in toggle
I cannot seem to find an answer to this question, hopefully one of you generous people can help out. I am trying t...
- help with a javascript app
I have a really nice javascript code highlighter for forums I found which works perfectly except that it will only ...
- Text box to appear only when radio button selected
I am currently running the Javascript code below to show a text box if the "PayPal" radio button is checked. It's ...
- Displaying a gif before a page loads for a fixed amount of seconds
Hi all,I want to implement this on my website: http: article.onlinewebtool.com sho...cript-and-css However, I don'...
- I could use some help.
I am helping someone put a site together for an event, and having trouble with a lightbox.http: www.senatoroconnor...
- Disappeare
Why disappeare the "cedula" data after the enter key press?window.onload = function() { document.form1.texApel...
- prevent page refresh on submit?
Hi all,Let me start by saying I am not a programmer, so please don't answer with something like "well, you just nee...
- roulette javascript
Hello this is my first post.I am working on a website where I need a roulette. I chose this one.http: www.switcho...
- How to Input Data
I am going to ask you a childish question about JavaScript. I asked you this question because I am beginner in Java...
- Make iframe in IE respond to onclick events
Hi guys,I was wondering if you'd be able to help me with this problem?As usual, it's complicated, so I'll try to ex...
- Open & Close Div Layers - Big list
Hi there,I need to create a page that has a list of all 50 states, and when clicked on each state, a div layer open...
- Help With display:hidden in div
I have built a responsive site for desktop and mobile. But i have 1 piece on the site which is giving me a headache...
- Fetch web page text and display in a window
window.open('remote_url') can be used to open a window with content of remote_url. But since the remote web page I ...
- CDATA in Script and Style Elements Recovered in Parsed XML with Ajax
1. I have one Main.HTML document (is a "modular" chemistry calculator) which does Ajax requests to load in XHMTL do...
- Testing user input against an array and displaying result
Hello fellow programmers. This is my first time posting to any board anywhere so please bare with me for a moment. ...
- Array returned from a function : Can't make it work.
Hello,I have an array created in a function. But i can't use the array out of the function. In the code here, the t...
- [RESOLVED] add event listener to a object method
Hi there I have a paragraph ?? element and I want to attach a click event to it. But I want that event to be exec...
- jQuery Problem Attaching Handler Functions to Cells in a Table
Hi,I am new to jquery and javaScript. What I am trying to do is create a $(document).ready(function() that uses a ...
- if else doesn't work
this does not workwhat is wrong with itmaking a program that conjugates Spanish verbsvar pronoun = prompt("What is ...
- Is there an equivalent Alert but to a file?
I am testing some jQuery that inserts HTML and I want to get get the text in a format that can be put into a text e...
- [RESOLVED] Simple TEXT if browser has no JavaScript...?
Hey everyone, how's it going? I need a little help to crib a bit of code from one Javascript to another. My boss ...
- using javascript inside javascript?
helloi am having the following problems I am using a news ticker script I have found, but the content is also a scr...
- preload large gallery slider images in HTML
I was wondering if there's a way though to kind of preload those images to make them appearing faster and smoother....
- [RESOLVED] Preload images checkup
Hi everyone,I'm just wandering if the following script is sufficient to preload my images...number_of_images is act...
- Dynamic call the pages into div by JS and XML
Hi, I want to make an index page where i need to load the content into the div from page1.html and page2.html so on...
- Floating menu position
Hi,I building a one page website.The menu on the left is floating on the page and after clicking on the link the pa...
- Iframe Code is not working into Safari and Crome. It is working into IE 8.0
Hi,My web page code is below. I want to run a html framework where i used iframe code. It is working into IE8.0 and...
- Change Border Color of a HTML Control to its Default
What value should I use to change the border of an element back to its default? I tried 'null' and 'undefined' to n...
- jQuery jQuery version conflict issue
Hi to all,http: alexmarandon.com articles web_widget_jquery , i am using this article and developing a widget, we ...
- Mode doudoune Manteaux Moncler femme Brillant Caf?
Mode doudoune Manteaux Moncler femme Brillant Caf? [doudoune-moncler-0191] Moncler Veste - €225.00un large cho...
- help with code
i need helpi am making a program that conjugates spanish words this is only the beginning part that determines what...
- Copy one to another textbox and change letters
Im using this script to copy from one to another textbox. I dont know how to make when i write in box A that what w...
- [RESOLVED] IE Error - JS php Calendar not working in IE8 9, but works fine in FF Chrome Etc
My Javascript & PHP calendar (accessible under 'Select Date' button: http: xenon.colorado.edu portal ind...w&dynda...
- How can I change class of all inputs by rowid(FormsRow) using Jquery?
How can I remove all inputs class from "Button" and assign "BigButton" class to all inputs by rowid(FormsRow) using...
- setGuestsCanSeeGuests in Google Calendar
I?m a newbie in Javascript and would like to make event guests invisible to other guests in google calendar, by vis...
- image appear to the right of cursor onmouseover
how do i make an image appear to the right of the user's cursor onmouseover?luv u guys btw ...
- jquery for promo display on results page.
hey guys,until i finished a project that will pretty much streamline my issue, im wondering if somebody can help me...
- Modify file Ecal.js to drag and drop in Shared View by assigned user
Please help I need to know what code I have to add in Ecal.js to permit that the drag and drop between Assigned ...
- trying to Learn document.getElementById
Hello, Ive recently set out to learn Javascript and all around i'm enjoying myself. I have a fairly good underst...
- href submit form with argument
Hi,I have a form which i should submit with link however there are multiple tags and each should have its own val...
- Please format code in your posts using the [code][ code] tag
This post will contain a few guidelines for what you can do to get better help from us. Let's start with the obv...
- jQuery Dynamic box - autocomplete
Hi everyone,Sorry if there is a solution for my question in this forum but I don?t know how to search exactly. I?m ...
- JavaScript - Frequently Asked Questions
If you have input on the questions already in the FAQ or want to suggest a new question for someone to write an ...
- [RESOLVED] What are these JavaScript operators? "<<", "|", "&"
Ran across some code on Stack Overflow today that had me stumped. This is a few lines from the code. Code: var e...
- JavaScript Documentation & References
[cut off part from another thread]Global variables eat memory - local variables exist only as long as the functi...
- Get height of an element if set to auto
Hey all,So I am making a nav for a mobile webapp and I found an awesome guide that I have picked apart then changed...
- MUST READ- How to post a JavaScript question
This is a must-read for all users posting to the JavaScript forum, especially if you're looking to get help. A l...
- Saving Newly Modified DOM Structures to an XML File
I know how to use AJAX to load specific XML files but i need to learn how to save the DOM object back to the origin...
- JS fundamentals
I want to alert when ANY button is clicked. I DO NOT want to add onclick="alert('Hi');"to every button descripti...
- alt to using body="onload()" or jQuery's $(document).ready...
what can i use in place body="onload()" or jQuery $(document).ready()...?in other words, run some funcs one the doc...
- How to send input Data on one form to another?
Hi,Is it possible to send input data from one form to another?Say, I have an Input form for text. I want to send...
- how to add datepicker in ajax response result
$('#date').datepicker();this is function function edit_emp(id){ alert('work on edit user');var xmlhttp2;if(window....
- I have TEXTAREA form, i want to add DROP DOWN LIST BOX beside it,like prefix in forum
Hi guysi have comment form code (in black colour) below, user type the comment in TEXTAREA, and click the Submit...
- [RESOLVED] Select - display content before actually selecting an option
Hi.I have two conditional select boxes: Code: $(document).ready(function () { $department = $("select[nam...
- Sort values inside textbox?
I've got a table with several rows columns. Inside the table are textboxes which user can type stuff into.Is it ...
- document.getElementById - Learning Javascript
Hello, I'm trying to learn Javascript and im obviosly having some difficulties with the document.getElementById...
- One Vote per IP
I have a application where users can vote for submission, and i want to make sure users dont spam it, how can i ...
- my personal text slide
hi guys. I'm trying to make a simple - really simple - slide with text.please, don't say "use jquery". I wanna make...
- Force Google Maps API to use Lat Long values only - modifying pre-made JS
I am using a Wordpress theme for a Real Estate site, and the theme has the following function: When you add a li...
- [RESOLVED] Can't hide checkbox in IE
The checkbox is still visible in IE when hosted? 'Cos I can't see it on your page in IE8...have you set an alert to...
- regex validation
Hi all,can anyone give an example of regex which should not accept duplicate numbers separated with comma.it sho...
- Need help with Javascript cookies if else statement
Code: div.c4 {text-align: center} table.c3 {background-color: #FFFF66} span.c2 {font-family: courier} span.c1 ...
- Can't get output to work
Hi All Having problems getting data to out textarea quote. I've read heaps of tutorials on variables etc but i...
- Uncaught TypeError: cannot read property "checked" of undefined
I'm having trouble with an onsubmit function that should be simple. Originally, the checkPizza() function was worki...
- Onmouse over text display as help
Hi,I have developed an e-commerce site. For user form input box, i want to put a question mark icon as help tool...
- Uncaught TypeError: cannot read property "checked" of undefined
I'm having trouble with an onsubmit function that should be simple. Originally, the checkPizza() function was worki...
- Radiobutton calculation
Hi there, I'm trying to figure this out and hoping someone can assist so I can use it as a base for my calculati...
- Jquery not firing right in IE7 CarouFredSel
Hello,I have implemented carouFredSel (with the basic example with next prev and pagination) into Chrome, Firefox, ...
- How to make a sidebar follow scroll, but scrolls self, if it's taller than viewport?
I guess the best way is to show an example. Like in the case of Lyst Website:http: www.lyst.com If the sidebar ...
- Visual Light Box HELP
I am attempting to set up a visual light box on the website I'm working on but here is the catch. They require that...
- Refresh an external javascript file from the server at intervals?
Hi guys,I have a webpage in which certain content will be called from a javascript file.I will be linking to the...
- Adding dropdown list on a cell
I have a dropdown list on each cell of table row. Now what I need is dynamically add more dropdownlist on a particu...
- Homework Help
I have this assignmnet.. due at midnight.. well the book in no way explains An array to the extent to do what he...
- Random-timed image changer with the possibility of changing them manually
Hi,this is my first post here. Hope I'll get some help here.I need someone to look at my code and tell me where I'm...
- Dynamically add row to table
Hi guys. I posted a similar question in the html forum, but realised I needed javascript for this. I have also...
- Ghost Images on Click
I want to create something like this http: cameronreynoldsflatt.com work where you can click different tabs (Prin...
- Change input value when link is clicked.
I have an input form field. I then have multiple links. My goal is to have it where when a user clicks on a li...
A D V E R T I S E M E N T
|
Subscribe to SourceCodesWorld - Techies Talk |
| |
|