| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Trying to create a button element in IE with type set to button. The
latter thing is required since
"In IE8 mode, the default value is submit"...
Gregor Kofler
|
Today 03:55 PM
Gregor Kofler | 8 | 9 |
|  | I have been using an ANT task with YUI Compressor to apply minfication
all of my javascript, using an <apply> task.
The result is much smaller file...
Garrett Smith
|
Today 03:51 PM
Thomas 'PointedEars' Lahn | 31 | 72 |
|  | <html><head>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1" />
<script type="text/javascript"...
.rhavin grobert
|
Today 03:39 PM
Thomas 'PointedEars' Lahn | 11 | 12 |
|  | How do I get the opacity value in IE where the opacity is set via a
filter eg.
<img style="filter:alpha(opacity=12);" src="... >
Andrew Poulos
Andrew Poulos
|
Today 02:44 PM
Thomas 'PointedEars' Lahn | 5 | 6 |
|  |
David Mark
|
Today 12:28 PM
SteveYoungTbird | 14 | 15 |
|  | Style parts.
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the...
David Mark
|
Today 09:16 AM
Richard Cornford | 8 | 9 |
|  | Hi gurus,
Noobie alert!
I have a document with an accompanying css that specifies the right-margin
of a particular div. It also has a @print...
Mark McDougall
|
Today 08:01 AM
Thomas 'PointedEars' Lahn | 3 | 4 |
|  | On 16/11/09 22:42, Terence wrote:
Your requirements are hard to understand, because you insist on using
non-existent or misleading terms: "HTM",...
Terence
|
Today 03:20 AM
Terence | 24 | 91 |
|  | There is a discussion going on in the jquery-dev mailing list that
piqued my curiosity. I'm interested to know if the smart people here
have a good...
Matt Kruse
|
Yesterday 09:27 PM
David Mark | 17 | 18 |
|  | Hi all
I looked around, and can only find items for poping up images.
I want to have a text over a link, the when the mouse is over a link
(and...
jodleren
|
Yesterday 08:14 PM
SAM | 4 | 8 |
|  | -----------------------------------------------------------------------
FAQ Topic - I have <a href="javascript:somefunction()"> what
.......
FAQ server
|
Yesterday 07:00 PM
FAQ server | 0 | 2 |
|  | Ajax parts.
/**
* The ActiveX PROG ID string to use to create xhr's in IE. Lazily
initialized.
David Mark
|
Yesterday 06:56 PM
David Mark | 1 | 2 |
|  | We created a simple Javascript function for date formatting to use on
FeedMagnet.com (a tool that helps businesses harness social media).
We're...
Jason
|
Yesterday 05:40 PM
Thomas 'PointedEars' Lahn | 1 | 2 |
|  | -----------------------------------------------------------------------
FAQ Topic - How can I access the client-side...
FAQ server
|
Yesterday 04:46 PM
Dr J R Stockton | 1 | 2 |
|  |
David Mark
|
Yesterday 04:45 PM
David Mark | 6 | 7 |
|  | If I can use the syntax
var MyArray = new Array(76)
to create an array with 76 objects,
and I can also use the syntax
var MyArray2 = new...
AT
|
Yesterday 04:31 PM
AT | 21 | 29 |
|  | Hi -
I am trying to work with a large scale app that uses tokens to
drop script tags and Javascript into a page. Basically, I have to add
a line or...
garey
|
Yesterday 02:40 PM
Thomas 'PointedEars' Lahn | 5 | 6 |
|  | The regex in this Javascript is not working to find strings that
start with "(". Escaping the ( and using chr(40) did not work either.
Nor did...
jc
|
Yesterday 02:36 PM
Lasse Reichstein Nielsen | 5 | 6 |
|  | I am using a script for an animated drop down menu, ddmenu.js. Here is
pastie for that script:
http://pastie.org/705995
With this I am...
BlueHandTalking
|
Yesterday 10:38 AM
BlueHandTalking | 0 | 4 |
|  | the following little test-markup doesnt work...
in firefox, i dont even get the names of the elements,
in IE, i get the names but the...
.rhavin grobert
|
Yesterday 09:21 AM
Thomas 'PointedEars' Lahn | 3 | 4 |
|  | This is regarding javascript in the Firefox browser. I'm having problems
creating new objects using constructor functions.
As you can see from the...
Basil Brush
|
Yesterday 05:59 AM
Thomas 'PointedEars' Lahn | 2 | 3 |
|  | On Nov 16, 1:25 pm, The Natural Philosopher <t... (AT) invalid (DOT) invalid>
wrote:
Not in your "final analysis" perhaps.
We aren't arguing about...
David Mark
|
Yesterday 05:55 AM
The Natural Philosopher | 52 | 144 |
|  | Today i see couple of slides produced by John Resig. One of the
interesting code is addMethod to implement method overloading.
<URL:...
Asen Bozhilov
|
Yesterday 05:36 AM
Dmitry A. Soshnikov | 12 | 24 |
|  | The Sniffing Parts.
The excuse for this is twofold. "Capability detection has its
problems too." Everything has its problems, doesn't it? Why...
David Mark
|
Yesterday 02:03 AM
David Mark | 0 | 2 |
|  | Hi,
Can anyone confirm that IE 8 prevents a page that was loaded via httpS from
injecting a script (createElement, appendChild etc) by throwing...
Richard Maher
|
11-18-2009 07:48 PM
David Mark | 5 | 6 |
|  | Hi.
If I have a dynamically generated table using javascript (and the
table changes based on various click events prior to form submit) and
I want...
pbd22
|
11-18-2009 06:50 PM
Csaba Gabor | 2 | 5 |
|  | DOM parts, sorry! Some of them, anyway. There comes a point when
enough is enough and you know you can safely stop reading.
In a few words,...
David Mark
|
11-18-2009 06:16 PM
David Mark | 1 | 8 |
|  | On Nov 18, 8:02 am, Garrett Smith wrote:
Given the extensive used of ] for type checking in the spec,
and the ES5 spec's (8.6.2) "When an algorithm...
Dmitry A. Soshnikov
|
11-18-2009 02:39 PM
Dmitry A. Soshnikov | 7 | 8 |
|  | Hi,
I'm working on a single page app, in the sense that I only use 1 html page,
not in the "also works offline" sense of the term.
Using ahah /...
King Albert
|
11-18-2009 09:26 AM
King Albert | 0 | 2 |
|  | Hi all
could anyone here tell me the difference between
(function(){
})();
and
(function(){
QQ
|
11-18-2009 09:13 AM
QQ | 7 | 8 |
|  | Hi.
"Though it is tempting to add JavaScript and CSS sources to where you
need them, proven best practice is to ensure they are added to the
header...
Christian Cambier
|
11-18-2009 08:20 AM
Richard Cornford | 44 | 80 |
|  | -----------------------------------------------------------------------
FAQ Topic - I have window.status="Moomin"; why doesn't the
statusbar...
FAQ server
|
11-18-2009 06:35 AM
Thomas 'PointedEars' Lahn | 26 | 113 |
|  | First my problem:
I have a javascript running at the server side, receiving both POST
and GET requests.
The POST request works fine, none latin-1...
pulvens
|
11-18-2009 04:09 AM
pulvens | 4 | 5 |
|  | -----------------------------------------------------------------------
FAQ Topic - How do I protect my javascript...
FAQ server
|
11-17-2009 07:00 PM
FAQ server | 0 | 2 |
|  | Out of curiosity about Microsoft's newfound understanding of
attributes, I put together a set of tests. Two sets,...
David Mark
|
11-17-2009 05:33 PM
David Mark | 4 | 5 |
|  | Hi.
Like the title says, I am trying to figure out a way to
pass the fully qualified path of each source file uploaded
to the server.
I am using an...
pbd22
|
11-17-2009 02:36 PM
Thomas 'PointedEars' Lahn | 7 | 10 |
|  | On Nov 16, 3:36 pm, transkawa wrote:
Which reference manuals?
What do you mean by "type" and "data type"?
That is going to depend on what you...
Richard Cornford
|
11-17-2009 12:23 PM
Richard Cornford | 0 | 2 |
|  | I am still getting problems with IE, the whole page is being pushed
down when in narrow width on IE, but not on any other browsers. Its
like the...
AaronNGray
|
11-16-2009 10:47 PM
GTalbot | 5 | 9 |
|  | -----------------------------------------------------------------------
FAQ Topic - How can I prevent access to a web page by
using...
FAQ server
|
11-16-2009 07:00 PM
FAQ server | 0 | 5 |
|  | Hi,
I'm trying to write a small piece of javascript, which will
alternately show two small red and yellow dots, with a time difference
of 500 ms...
The Mysterious Mr. Rocco
|
11-16-2009 06:34 PM
Dr J R Stockton | 3 | 10 |
|  | Hi,
I have an web app Im building and unlike the previous programmer, Ive
put lots and lots of comments through out the javascript so my...
bizt
|
11-16-2009 02:45 PM
Evertjan. | 1 | 5 |
|  | I read ajaxian.com. There i found one post which presented one new
JavaScript framework. The name of the framework is call "Underscore".
<URL:...
Asen Bozhilov
|
11-16-2009 02:01 PM
Richard Cornford | 49 | 148 |
|  | I've recently started using YAHOO!® User Interface library, and
noticed that I can consistently reproduce a security exception on a
certain page in...
Spizzat2
|
11-16-2009 12:04 PM
Spizzat2 | 9 | 178 |
|  | Hi,
Job title: Java front end developer
Location: NYC
Duration: long term
Only GC/Citizens
Experience:
kin
|
11-16-2009 10:01 AM
kin | 0 | 3 |
|  | Hi,
I have the following Javascript and am trying to get it to work on IE.
It works on FF, Chrome, , Safari, and Opera...
AaronNGray
|
11-16-2009 09:51 AM
AaronNGray | 7 | 8 |
|  | Hi,
My problem is:
I have javascript variable like this:
var variable = "<form name='formABC' method='POST'>"+
"<input type='text'...
mirek
|
11-16-2009 07:22 AM
Thomas 'PointedEars' Lahn | 5 | 10 |
|  | Hello, all,
I am new to this group and have a question that I am sure one of you JS
experts can quickly help me with. I have a login page that calls...
David Goldstein
|
11-15-2009 07:45 PM
Hans-Georg Michna | 11 | 21 |
|  | -----------------------------------------------------------------------
FAQ Topic - How do I get my browser to report...
FAQ server
|
11-15-2009 07:00 PM
FAQ server | 0 | 4 |
|  | How can I get some data that comes in on a computer's serial port into
a text box on a web page? I assume I need to use Javascript in some
manner -...
Martin
|
11-15-2009 05:45 PM
Terence | 16 | 31 |
|  | If you go to the Facebook home page and press a certain key sequence
(below), Facebook displays a string of circles that respond
differently to...
Hank Mishkoff
|
11-15-2009 04:17 PM
David Mark | 2 | 341 |