Showcase your knowledge about Apple's newest OS. Write a how-to or share a tip or trick about Snow Leopard and earn unlimited points!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Top JavaScript Solutions: 1 - 25 of 1198
 
Hi , While running a Adobe Flex Application, I'm getting error "Error #2044: Unhandled IOErrorEvent:. text=Error #2036: Load Never Completed." Can anyone explain me why i'm getting this ...
I am using an older version of Coda Slider which I have working perfectly except that I would like to add automatic panel scrolling. Please review the coda-slider.js file and help me out with ...
I need a free JavaScript code which gives me same effect as: http://www.magictoolbox.com/magiczoom/
Is it possible to remove/hide the browsers address bar or toolbar using Javascript for IE 7? Im using the code below but I still see the address bar. Also, when the new page displays the exsi...
I need to create a select list with multiple options, including one which, when selected, enables the user to type their own text into an input field. (I'm relatively sure that I've seen this ...
I have multiple iFrames containing dynamically resizing content (the content being from the same domain). I want to create a script that adjusts the height of the iFrame each time the conte...
Hi Experts, I am having conflict between mootools.js and prototype.js in my code. I am using mootools.js for validation and prototype.js for user rating stars. Both are working individually ...
Hi I have date field in dd/mm/yy format (or mm/dd/yy format) and need to convert to javascript date object. How do I do this? Please provide code snippet....I'm sure this can't be too diffi...
The plugin works just fine and it looks cool. But how do I get to the options that were selected? When I $_POST, there is no result, no data, no value from the custom select box.
Hi, I am new to Javascript who is struck up with the problem of creating select menu dynamically with the help of createElement,setAttribute,appendchild,getElementbyID and so on commands. ...
I have 2 flash movies (swf) embedded in an aspx page. I have 2 buttons. When button1 is clicked I want to play the first flash movie. When button2 is clicked I want to play second flash movi...
Hi all, I am trying to create an auto-complete which works with a text box, when you start typing in the text box it will display suggestions taken from a database. I have a solution that ...
I'm still trying to learn JavaScript and need some assistance to figure out a way to allow Users to enter a phone number with extension included. I'm wondering if their is a way to format a...
Hi, I was trying to use the setInterval() function in Javascript but am not getting anywhere. In the code attached there is a function called showAddress() which is called near the end of the ...
I am using innerfade (http://medienfreunde.com/lab/innerfade) to rotate images through a banner. It's a nice plugin with clean concise code. The variables in the setting include 'timeout' whic...
We have a simple application where the index file identifies if the browser/user is Blackberry or not.If the user is a Regular user (non-blackberry) we simply redirect him to a LoginPage .If t...
Hi, Can you please provide me the code for: Confirmation box with "Yes" or "No" instead of "OK" or "Cancel" in JavaScript ? Please explian me the code in simple terms. <script languag...
Hi , I am displaying List of documents and doc Count on page. For every document, there is a checkbox. At the bottom, there is a submit button. Selecting the checkbox, suppose I have c...
I am trying to validate the duplicate numbers (if they exists) from textbox using JavaScript I have been doing this for a week without results. Your help will be much appreciated.   In asp...
I have a bunch of text snippets om a page I want to translate. The are all in a span with the class "gtrans" and I want to loop all the elements and change the innerhtml with the translated te...
I have an Infragistics datagrid with a web text editor in one of the columns.  In the onblur even of the text editor, I need to remove most special characters or spaces which have been entere...
I need something like PHP's ctype_digit. If the value has ANYTHING other than a 0-9 digit it it (such as a space), I need javascript to return false (and otherwise true). I can't seem to...
I am working on asp.net application. Dynamically i am loading a User Control which is placed in a Placeholder. This User Control has one asp:Panel with in that panel i am binding the valu...
The CKEditor is a cool tool, but their forum is a ghost town, and documentation is sparse. I don't think I have to worry about cross-posting... Simple, question: Q: How do I assign a sty...
Alright...  I am now bald trying to figure this out... What am I doing wrong here? I am using jQuery to try and cycle through some images here, and what is happenning is there are 3 imag...