First  |  Prev |  Next  |  Last
Pages: 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
Trigger hover pseudo class using javascript?
Ciaran wrote: Ry Nohryb wrote: Scott Sauyet wrote: Thomas 'PointedEars' Lahn wrote: Scott Sauyet wrote: I'm curious as to this. The original question was | Is it possible to trigger the hover state of an element using | javascript? [ ... ] A... 29 Jun 2010 06:21
FAQ Topic - How do I prompt a "Save As" dialog for an accepted mime type? (2010-06-27)
----------------------------------------------------------------------- FAQ Topic - How do I prompt a "Save As" dialog for an accepted mime type? ----------------------------------------------------------------------- It is not possible with client-side javascript. Some browsers accept the Content-Disposition ... 26 Jun 2010 19:34
The strange story of ! and ==(=)false
Are ! and ==false equivalent? NO <script type='text/javascript'> alert('' == false); // true alert(!''); // true alert('000' == false); // true alert(!'000'); // false </script> ================================= Could it be that ! and ===false are equvalent? NO <script type='text/javascript'> ... 27 Jun 2010 08:27
Number list to display in the slide show
Hi, Very Urgent.. I have created a slideshow with multiple links in a single image...this is done as the first image kept in the Html Map element and the remaining 2 images(this 2 images also in multiple links) are kept in the javascript to slide including the first image. Now i ahve a issue unable to create n... 26 Jun 2010 08:38
Outstandingly excellent javascript drag-and-drop tutorial with working code
Hi folks -- It's concise, it's comprehensible, it's complete, and it's correct; a thing of beauty: http://luke.breuer.com/tutorial/javascript-drag-and-drop-tutorial.aspx I'm a JS beginner and I'd been trying for a year to get d-n-d working using other tutorials. This is the only one I can understand and us... 1 Jul 2010 07:45
Outstandingly excellent JS drag-and-drop tutorial with working code
It's concise, it's complete, and it's correct: http://luke.breuer.com/tutorial/javascript-drag-and-drop-tutorial.aspx I'm a JS beginner and I'd been trying for a year to get d-n-d working using other tutorials. This is the only one I could understand and use directly, very near to 100% cut-and-paste. -- pe... 25 Jun 2010 19:45
FAQ Topic - How do I change the confirm box to say yes/no or default to cancel? (2010-06-26)
----------------------------------------------------------------------- FAQ Topic - How do I change the confirm box to say yes/no or default to cancel? ----------------------------------------------------------------------- The buttons on a confirm box cannot be changed, nor can a default button be specified. ... 27 Jun 2010 19:23
JS charting library that can do bar charts from series of time "mm:ss" strings?
In comp.lang.javascript message <c192fd33-b52c-4c62-a7b6-93dfbe8b2095(a)y1 1g2000yqm.googlegroups.com>, Thu, 24 Jun 2010 09:20:30, lunaclaire <szagerman(a)gmail.com> posted: I'm working on a proj where we need to plot a series of time durations as a bar chart. Currently, we've been using JSChart for various ch... 25 Jun 2010 19:45
Note 2. ECMAScript. Equality operators.
Hello, Here is the small note related to the topic which I've mentioned before several times on forums and news groups -- about equality operators and cases of their usage. This note is the summary of that thoughts. "Note 2. ECMAScript. Equality operators." <http://dmitrysoshnikov.com/ecmascript/note-2-ecm... 30 Jun 2010 08:39
Microsoft's ECMAScript Test Suite
http://blogs.msdn.com/b/ie/archive/2010/06/25/javascript-same-code-and-a-standardized-test-suite.aspx I Downloaded The Test Suite: http://es5conform.codeplex.com/ I can't get it to work -- where did I go wrong? readme.text states: | Running the tests | ----------------- | If this folder contains a file na... 26 Jun 2010 19:34
First  |  Prev |  Next  |  Last
Pages: 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42